[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 06:58:03 PDT 2020


ldionne commandeered this revision.
ldionne added a reviewer: mclow.lists.
ldionne added a comment.
Herald added subscribers: dexonsmith, jkorous.

I like this change. It's simple but I think it makes sense. I'll add tests and finish it up.


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

https://reviews.llvm.org/D81133



More information about the libcxx-commits mailing list