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

This reverts commit 75746a3228.

Bug: 72411393
Test: normal build, and build with clang 7.0 in system/core/demangle
Change-Id: I6c67b5210e131600ad9706afd2e1cbd7f7f40237
This commit is contained in:
Chih-Hung Hsieh
2018-02-07 15:33:27 -08:00
parent 80bd2e4b23
commit 02ad8ad921
6 changed files with 1 additions and 15 deletions

View File

@@ -7,8 +7,6 @@
//
//===----------------------------------------------------------------------===//
#undef _LIBCPP_EXTERN_TEMPLATE
#define _LIBCPP_EXTERN_TEMPLATE(...) extern template __VA_ARGS__;
#include "algorithm"
#include "random"
#include "mutex"