From 45591126512f7d6a3f7f3e912df4366bd85157f3 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Tue, 3 May 2022 02:18:28 -0400 Subject: hle/result: Update std::expected replacement message std::expected is included in C++23 --- src/core/hle/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/hle/result.h b/src/core/hle/result.h index 1a74a7402..569dd9f38 100644 --- a/src/core/hle/result.h +++ b/src/core/hle/result.h @@ -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 expected; }; -- cgit v1.2.3