From 98c4e404ca8c524c54b4e7ede97b807355422b53 Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 15 Aug 2014 17:58:56 +0000 Subject: Revert "Turn off extern templates for most uses." Turning off explicit template instantiation leads to a pretty significant build time and code size cost. We're better off dealing with ABI incompatibility issues that come up in a less heavy handed way. This reverts commit r189610. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@215740 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/string.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/string.cpp') diff --git a/src/string.cpp b/src/string.cpp index fde52129e..fdaad2927 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -7,8 +7,6 @@ // //===----------------------------------------------------------------------===// -#define _LIBCPP_EXTERN_TEMPLATE(...) extern template __VA_ARGS__; - #include "string" #include "cstdlib" #include "cwchar" -- cgit v1.2.3