[libcxx-commits] [PATCH] D70336: Explicitly enumerate std::string external instantiations.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 18 09:56:24 PST 2019


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

I love this. It's more verbose but it also gives us more explicit control over our ABI list, which is great. We'll run into problems when wanting to explicitly instantiate the vtable of types that have one (if we eventually generalize this approach to other types). This is one of the reasons why I wrote http://wg21.link/p1263. However, none of this is needed for just `std::string`.


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D70336





More information about the libcxx-commits mailing list