[PATCH] D46806: Remove unused code from __functional_base. NFC.

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 19 12:53:18 PDT 2018


Quuxplusone added inline comments.


================
Comment at: include/experimental/memory_resource:99
 // 8.5, memory.resource
-class _LIBCPP_TEMPLATE_VIS memory_resource
+class _LIBCPP_TYPE_VIS memory_resource
 {
----------------
...although maybe I don't understand the rules here. For example, I see `allocator_arg_t` and `monostate` are both marked `_LIBCPP_TEMPLATE_VIS` as well, even though they're not templates.


Repository:
  rCXX libc++

https://reviews.llvm.org/D46806





More information about the cfe-commits mailing list