[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
Mon Jul 17 14:07:53 PDT 2017
thomasanderson updated this revision to Diff 106948.
https://reviews.llvm.org/D35326
Files:
include/vector
Index: include/vector
===================================================================
--- include/vector
+++ include/vector
@@ -288,7 +288,7 @@
_LIBCPP_BEGIN_NAMESPACE_STD
template <bool>
-class __vector_base_common
+class _LIBCPP_TEMPLATE_VIS __vector_base_common
{
protected:
_LIBCPP_ALWAYS_INLINE __vector_base_common() {}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35326.106948.patch
Type: text/x-patch
Size: 341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/e91ce6e2/attachment.bin>
More information about the llvm-commits
mailing list