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

Commit

Permalink
Fix OS X maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Jun 1, 2016
1 parent d854efc commit 73802bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vendor/hunspell/src/base/strings/string16.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ class BASE_EXPORT std::basic_string<base::char16, base::string16_char_traits>;
// 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<base::string16> {
Expand All @@ -197,6 +198,7 @@ struct hash<base::string16> {
return result;
}
};
*/
} // namespace std

#endif // WCHAR_T_IS_UTF32
Expand Down

0 comments on commit 73802bc

Please sign in to comment.