[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
Sun May 24 16:37:45 PDT 2026
================
@@ -16,6 +16,8 @@
#include <memory>
#include <cassert>
+#include "copy_move_types.h"
+#include "../destroy.h"
----------------
frederick-vs-ja wrote:
```suggestion
#include "algorithms.h"
```
Same for some other test files.
https://github.com/llvm/llvm-project/pull/197313
More information about the libcxx-commits
mailing list