[libcxx-commits] [PATCH] D74870: Split _LIBCPP_STRING_EXTERN_TEMPLATE_LIST up into a V1 and UNSTABLE version.
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 19 14:55:37 PST 2020
EricWF added inline comments.
================
Comment at: libcxx/include/__string:76
+
+// The extern template ABI lists are kept outside of <string> to improve the
+// readability of that header. We maintain 2 ABI lists:
----------------
EricWF wrote:
> We should add a design doc for all @mvels work on `std::string` and its instantiations.
>
> See http://libcxx.llvm.org/docs/#design-documents for a list of current design docs, so you can see how libc++ does them.
> They can be found in the source tree under libcxx/docs/
Note: I don't want the doc to hold up these changes specifically, but we should work towards adding one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74870/new/
https://reviews.llvm.org/D74870
More information about the libcxx-commits
mailing list