[libcxx-commits] [libcxx] p3798: expected::has_error (PR #204826)

Alex Kremer via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 19 06:50:05 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},
----------------
godexsoft wrote:

This 202606 is taken from the ceiling entirely. I don't actually know how this number should be claimed and who is supposed to do that.. please help 🙇 

https://github.com/llvm/llvm-project/pull/204826


More information about the libcxx-commits mailing list