mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 20:15:40 +01:00
hle/result: Update std::expected replacement message
std::expected is included in C++23
This commit is contained in:
parent
f3f3f1b7d9
commit
4559112651
@ -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…
Reference in New Issue
Block a user