diff options
author | smalov <[email protected]> | 2022-02-10 16:47:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:36 +0300 |
commit | f70d9720e13aef3a935e3f405b0eac554529e76e (patch) | |
tree | 5519c392aebdb16153197de07e4774c0a2be261a /util/str_stl.h | |
parent | 7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/str_stl.h')
-rw-r--r-- | util/str_stl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/str_stl.h b/util/str_stl.h index f1e137181d2..43ee50162ac 100644 --- a/util/str_stl.h +++ b/util/str_stl.h @@ -82,8 +82,8 @@ struct THash<TStringBuf>: ::NHashPrivate::TStringHash<char> { template <> struct hash<TString>: ::NHashPrivate::TStringHash<char> { -}; - +}; + template <> struct hash<TUtf16String>: ::NHashPrivate::TStringHash<wchar16> { }; |