[libcxx-commits] [PATCH] D69132: [libc++][P0784] Marked allocator constexpr.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 4 09:31:53 PST 2019


ldionne added a comment.

Woops, it also looks like you are missing the feature test macros:

> Add to Table 17: Feature-test macros with the appropriate value: 
>  `__cpp_constexpr_dynamic_alloc`
>  Add to Table 36: Standard library feature-test macros with the appropriate value: 
>  `__cpp_lib_constexpr_dynamic_alloc` `<memory>`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69132





More information about the libcxx-commits mailing list