[libcxx] [llvm] [libc++] Kickstart C++29 support (PR #215820)
Hristo Hristov via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 22 22:44:06 PDT 2026
================
@@ -1533,6 +1533,14 @@ def add_version_header(tc):
},
"headers": ["variant"],
},
+ {
+ "name": "__cpp_lib_view_interface",
+ "values": {
+ "c++29": 202606,
----------------
Zingam wrote:
This FTM addition affects the FTM tests/asserts. So at least one C++29 entry should be present or will need to revert the tests too.
https://github.com/llvm/llvm-project/pull/215820
More information about the llvm-commits
mailing list