summaryrefslogtreecommitdiffstats
path: root/util/str_stl.h
diff options
context:
space:
mode:
authorprout <[email protected]>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:43 +0300
commitd2247f243d31adde8feb765324e40c83c5a90999 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/str_stl.h
parent7b7fa28b9099b7adca890459a699c6ba5eeff4ca (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/str_stl.h')
-rw-r--r--util/str_stl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/str_stl.h b/util/str_stl.h
index cd0321ee1a2..f1e137181d2 100644
--- a/util/str_stl.h
+++ b/util/str_stl.h
@@ -254,8 +254,8 @@ struct TLess<TUtf32String>: public TLess<TUtf32StringBuf> {
template <class T>
struct TGreater: public std::greater<T> {
-};
-
+};
+
template <>
struct TGreater<TString>: public TGreater<TStringBuf> {
using is_transparent = void;