]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/20_util/hash/requirements/explicit_instantiation.cc
libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98725]
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 20_util / hash / requirements / explicit_instantiation.cc
index 0f45ddbf0b3b690ed9695cd10743ce1223311ae6..9f76daae381d4d92409e15e21316a630c09bb1a5 100644 (file)
@@ -47,8 +47,5 @@ template class std::hash<std::error_code>;
 template class std::hash<std::error_condition>;
 #endif
 
-#ifdef _GLIBCXX_USE_WCHAR_T
 template class std::hash<wchar_t>;
 template class std::hash<std::wstring>;
-#endif
-