[libcxx-commits] [libcxx] [libc++] P3369R0: constexpr for `uninitialized_default_construct` (PR #200163)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 12 05:02:00 PDT 2026
================
@@ -85,10 +85,117 @@ void test_counted()
assert(Counted::count == 0);
}
----------------
frederick-vs-ja wrote:
Thanks! I'd revert addition of `.verify.cpp`, as I think I've shown that SFINAE-based tricks do work.
https://github.com/llvm/llvm-project/pull/200163
More information about the libcxx-commits
mailing list