[libcxx-commits] [libcxx] [libc++] Fix constant initialization of unique_ptr in C++17 and prior (PR #108956)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 17 08:17:44 PDT 2024


https://github.com/ldionne commented:

Would these tests fail if we refactored to run them in a `constexpr` context, or is this *required* to use `constinit`? I'm worried that this is a roundabout way of testing this and that we could lose the coverage in the future via some refactoring.

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


More information about the libcxx-commits mailing list