[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


================
@@ -18,6 +18,9 @@
 #include <cassert>
 
 #include "test_macros.h"
+#if TEST_STD_VER >= 26
+#  include "copy_move_types.h"
+#endif
----------------
frederick-vs-ja wrote:

I think we should unconditionally include `"copy_move_types.h"`, provide `test()` function in this file, and run it before C++26.  Same for `uninitialized.move/uninitialized_move_n.pass.cpp`.‎

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


More information about the libcxx-commits mailing list