[libcxx-commits] [libcxx] [libc++] Fix constexpr initialization of std::array<T, 0> (PR #74667)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 13 18:38:18 PST 2023


================
@@ -174,13 +181,26 @@ TEST_CONSTEXPR_CXX14 bool with_all_types()
     return true;
 }
 
+// This is a regression test -- previously, libc++ would implement empty arrays by
----------------
philnik777 wrote:

I like this!

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


More information about the libcxx-commits mailing list