[libcxx-commits] [libcxx] [libc++]libcxx constexpr deque (PR #200929)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 9 18:56:47 PDT 2026


================
@@ -256,10 +256,7 @@ constexpr bool test() {
 
   test_alloc<std::vector, std::vector>();
 
-#ifndef __cpp_lib_constexpr_deque
-  if (!TEST_IS_CONSTANT_EVALUATED)
-#endif
-  {
+  if (!TEST_IS_CONSTANT_EVALUATED) {
----------------
frederick-vs-ja wrote:

It might be better to leave changes of `flat_meow` test files in a follow-up PR, as there're 246 files needed to be updated.

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


More information about the libcxx-commits mailing list