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

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 27 07:48:22 PDT 2023


================
@@ -7,8 +7,12 @@
 //===----------------------------------------------------------------------===//
 
 #include "test_allocator.h"
+#include <memory_resource>
----------------
ldionne wrote:

Then the changes in this file can be removed.

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


More information about the libcxx-commits mailing list