diff --git a/libcxx/include/__tree b/libcxx/include/__tree --- a/libcxx/include/__tree +++ b/libcxx/include/__tree @@ -33,12 +33,10 @@ _LIBCPP_BEGIN_NAMESPACE_STD -#if defined(__GNUC__) && !defined(__clang__) // gcc.gnu.org/PR37804 template class _LIBCPP_TEMPLATE_VIS map; template class _LIBCPP_TEMPLATE_VIS multimap; template class _LIBCPP_TEMPLATE_VIS set; template class _LIBCPP_TEMPLATE_VIS multiset; -#endif template class __tree; template