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:
@@ -7,6 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#undef _LIBCPP_EXTERN_TEMPLATE
|
||||
#define _LIBCPP_EXTERN_TEMPLATE(...) extern template __VA_ARGS__;
|
||||
#include "algorithm"
|
||||
#include "random"
|
||||
#include "mutex"
|
||||
|
||||
Reference in New Issue
Block a user