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

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 4 01:34:57 PDT 2020


EricWF added a comment.

All of that being said, this code is correct and LGTM**.

- Assuming the default constructed allocate is always equal to the allocator user to allocate the memory.


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

https://reviews.llvm.org/D81133





More information about the libcxx-commits mailing list