diff options
author | iseg <[email protected]> | 2022-02-10 16:49:39 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:39 +0300 |
commit | 8b71ce88bea710a9663bb143e4916f961c57212e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/str_stl.h | |
parent | f828a15ab90e9ca8e848f83caf95c95f06be46e7 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
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 10c574f1187..f1e137181d2 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> { }; |