diff options
author | axc <[email protected]> | 2022-02-10 16:47:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:36 +0300 |
commit | 7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/str_stl.h | |
parent | 1f5217043ad70f25dc35e75b3bd261a1e23d045e (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 4d29d71afce..f1e137181d2 100644 --- a/util/str_stl.h +++ b/util/str_stl.h @@ -100,10 +100,10 @@ template <> struct THash<TUtf32StringBuf>: ::NHashPrivate::TStringHash<wchar32> { }; -template <class C, class T, class A> +template <class C, class T, class A> struct hash<std::basic_string<C, T, A>>: ::NHashPrivate::TStringHash<C> { -}; - +}; + template <> struct THash<std::type_index> { inline size_t operator()(const std::type_index& index) const { |