[libcxx-commits] [libcxx] [libc++] fixing missing forward declarations of uses_allocator_construction_args (PR #67044)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 10 14:31:51 PDT 2023


================
@@ -121,6 +121,29 @@ constexpr void testOne() {
     assert(std::get<2>(std::get<1>(ret)) == 3);
     assert(std::get<0>(std::get<2>(ret)) == 4);
   }
+  {
+    // See https://github.com/llvm/llvm-project/issues/66714
----------------
philnik777 wrote:

Could you add a short description instead of just a link to the bug report?

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


More information about the libcxx-commits mailing list