diff --git a/vendor/hunspell/src/base/strings/string16.h b/vendor/hunspell/src/base/strings/string16.h index 82dd0fa..a23d8cc 100644 --- a/vendor/hunspell/src/base/strings/string16.h +++ b/vendor/hunspell/src/base/strings/string16.h @@ -187,6 +187,7 @@ class BASE_EXPORT std::basic_string; // Specialize std::hash for base::string16. Although the style guide forbids // this in general, it is necessary for consistency with WCHAR_T_IS_UTF16 // platforms, where base::string16 is a type alias for std::wstring. +/* namespace std { template <> struct hash { @@ -197,6 +198,7 @@ struct hash { return result; } }; +*/ } // namespace std #endif // WCHAR_T_IS_UTF32