summaryrefslogtreecommitdiffstats
path: root/util/str_stl.h
diff options
context:
space:
mode:
authoraxc <[email protected]>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:36 +0300
commit7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/str_stl.h
parent1f5217043ad70f25dc35e75b3bd261a1e23d045e (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/str_stl.h')
-rw-r--r--util/str_stl.h6
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 {