[PATCH] D35326: [libc++] Add _LIBCPP_TEMPLATE_VIS to string operator+ and __vector_base_common
Tom Anderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 15:08:34 PDT 2017
thomasanderson added a comment.
Also, string has a class almost identical to __vector_base_common:
https://reviews.llvm.org/diffusion/L/browse/libcxx/trunk/include/string;307970$560
But currently string has _LIBCPP_TEMPLATE_VIS and vector does not. Maybe at least one of them is wrong?
https://reviews.llvm.org/D35326
More information about the llvm-commits
mailing list