[libcxx-commits] [libcxx] [libc++] P3798R1: The unexpected in std::expected (PR #204826)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 20 14:59:26 PDT 2026
================
@@ -557,7 +557,7 @@ def add_version_header(tc):
},
{
"name": "__cpp_lib_expected",
- "values": {"c++23": 202211},
+ "values": {"c++23": 202211, "c++29": 202606},
----------------
Zingam wrote:
You can find the actual value here: https://github.com/cplusplus/draft/pull/9127/changes
After you update it. You need to run the script to update the related sources.
https://github.com/llvm/llvm-project/pull/204826
More information about the libcxx-commits
mailing list