diff options
Diffstat (limited to 'util/str_stl.h')
-rw-r--r-- | util/str_stl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/str_stl.h b/util/str_stl.h index f1e137181d..10c574f118 100644 --- a/util/str_stl.h +++ b/util/str_stl.h @@ -29,7 +29,7 @@ namespace std { using is_transparent = void; }; } - + namespace NHashPrivate { template <class T, bool needNumericHashing> struct THashHelper { @@ -78,8 +78,8 @@ struct hash<const char*>: ::NHashPrivate::TStringHash<char> { template <> struct THash<TStringBuf>: ::NHashPrivate::TStringHash<char> { -}; - +}; + template <> struct hash<TString>: ::NHashPrivate::TStringHash<char> { }; |