[libcxx-commits] [PATCH] D81133: Use allocator_traits to consistently allocate/deallocate/construct/destroy objects in std::any

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 15 08:01:43 PDT 2020


ldionne added a comment.

In D81133#2274279 <https://reviews.llvm.org/D81133#2274279>, @tkoeppe wrote:

> In D81133#2274258 <https://reviews.llvm.org/D81133#2274258>, @ldionne wrote:
>
>> @tkoeppe  Does this look like a suitable resolution to PR45099?
>
> Without speaking for the dense implementationese, the direction looks good. Thanks!

Basically this will always use `std::allocator<T>` to allocate construct destroy deallocate inside `std::any`. Shipping!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81133



More information about the libcxx-commits mailing list