[libcxx-commits] [PATCH] D135813: [libc++][PMR] Add availability macros

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 20 08:09:13 PDT 2022


ldionne added a comment.

I think you need to propagate availability macros to the typedefs in `std::pmr`. You should also add a simple test for those -- it's probably fine to put everything inside the same file.



================
Comment at: libcxx/include/__availability:175
 
+#  define _LIBCPP_AVAILABILITY_MEMORY_RESOURCE
+
----------------
Missing a comment like all the other ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135813



More information about the libcxx-commits mailing list