[libcxx-commits] [libcxx] [libc++] Implement P3508R0: `Wording for "constexpr for specialized memory algorithms"` (PR #197313)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 14 19:09:54 PDT 2026
================
@@ -1200,7 +1200,7 @@ def add_version_header(tc):
},
{
"name": "__cpp_lib_raw_memory_algorithms",
- "values": {"c++17": 201606},
+ "values": {"c++17": 201606, "c++26": 202406},
----------------
frederick-vs-ja wrote:
Per https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations, `__cpp_lib_raw_memory_algorithms` also covers [P3369R0](https://wg21.link/p3369r0). We should revert the FTM bumping if it's decided that this PR doesn't implement P3369R0.
https://github.com/llvm/llvm-project/pull/197313
More information about the libcxx-commits
mailing list