[libcxx-commits] [PATCH] D89057: Add the C++17 <memory_resource> header (mono-patch)

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 29 10:09:37 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/db_deallocate.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Please rename this to `debug.deallocate.pass.cpp` for consistency.


================
Comment at: libcxx/test/libcxx/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/db_deallocate.pass.cpp:9-11
+// UNSUPPORTED: c++98, c++03, c++11, c++14
+// REQUIRES: has-unix-headers
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89057/new/

https://reviews.llvm.org/D89057



More information about the libcxx-commits mailing list