Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 73802bc

Browse files
committed
Fix OS X maybe
1 parent d854efc commit 73802bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vendor/hunspell/src/base/strings/string16.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ class BASE_EXPORT std::basic_string<base::char16, base::string16_char_traits>;
187187
// Specialize std::hash for base::string16. Although the style guide forbids
188188
// this in general, it is necessary for consistency with WCHAR_T_IS_UTF16
189189
// platforms, where base::string16 is a type alias for std::wstring.
190+
/*
190191
namespace std {
191192
template <>
192193
struct hash<base::string16> {
@@ -197,6 +198,7 @@ struct hash<base::string16> {
197198
return result;
198199
}
199200
};
201+
*/
200202
} // namespace std
201203

202204
#endif // WCHAR_T_IS_UTF32

0 commit comments

Comments
 (0)