[libcxx-commits] [PATCH] D70117: [libc++][P0174] Deprecated/removed parts of default allocator.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 15 12:55:19 PDT 2021
ldionne added a subscriber: jwakely.
ldionne added inline comments.
================
Comment at: libcxx/include/memory:717
template <>
-class _LIBCPP_TEMPLATE_VIS allocator<void>
+class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 allocator<void>
{
----------------
dblaikie wrote:
> https://bugs.llvm.org/show_bug.cgi?id=50299 might be of interest
Thanks for the heads up, indeed we need to fix this. I'm doing that now.
Thanks @jwakely for the report BTW.
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