[libcxx-commits] [PATCH] D70117: [libc++][P0174] Deprecated/removed parts of default allocator.
David Blaikie via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 11 09:11:49 PDT 2021
dblaikie added inline comments.
Herald added a reviewer: libc++.
================
Comment at: libcxx/include/memory:717
template <>
-class _LIBCPP_TEMPLATE_VIS allocator<void>
+class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void>
{
----------------
https://bugs.llvm.org/show_bug.cgi?id=50299 might be of interest
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70117/new/
https://reviews.llvm.org/D70117
More information about the libcxx-commits
mailing list