[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
Sat May 23 04:06:13 PDT 2026


================
@@ -48,6 +51,25 @@ struct Nasty
 
 int Nasty::counter_ = 0;
 
+#if TEST_STD_VER >= 26
+TEST_CONSTEXPR_CXX26 bool test() {
----------------
frederick-vs-ja wrote:

@smallp-o-p Now it should be able to unconditionally include `"copy_move_types.h"` and `"../destroy.h"` in test files for pre-C++17 algorithms and use `backport::destroy(_n)`. Also, merge conflicts should be resolved.

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


More information about the libcxx-commits mailing list