[libcxx-commits] [PATCH] D89057: Add the C++17 <memory_resource> header (mono-patch)
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 25 09:07:47 PDT 2021
jloser added a comment.
@Quuxplusone can you please remove `destroy()` (and its tests) from `polymorphic_allocator`? Then you can mark LWG3036 as done and we avoid the issue of whether to mark `destroy()` as deprecated vs hard removal. Simply not including it when we ship this for the first time is the easiest :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89057/new/
https://reviews.llvm.org/D89057
More information about the libcxx-commits
mailing list