mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 14:55:46 +00:00
hle/result: Update std::expected replacement message
std::expected is included in C++23
This commit is contained in:
parent
67accc405f
commit
dfb800c76b
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
// TODO: Replace this with std::expected once it is standardized in the STL.
|
||||
// TODO (Morph): Replace this with C++23 std::expected.
|
||||
Common::Expected<T, ResultCode> expected;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue