Revert "Revert "Turn off extern templates for most uses.""

This reverts commit 98c4e404ca.

Bug: http://b/25560311
Change-Id: Ied8afaf8f7cf29e74e521de5170e4ff30144f546
This commit is contained in:
Dan Albert
2015-11-09 12:34:21 -08:00
parent fc61c12241
commit 75746a3228
6 changed files with 15 additions and 1 deletions

View File

@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
#undef _LIBCPP_EXTERN_TEMPLATE
#define _LIBCPP_EXTERN_TEMPLATE(...) extern template __VA_ARGS__;
#include "valarray"
_LIBCPP_BEGIN_NAMESPACE_STD