diff options
author | prout <prout@yandex-team.ru> | 2022-02-10 16:49:42 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:42 +0300 |
commit | 7b7fa28b9099b7adca890459a699c6ba5eeff4ca (patch) | |
tree | cffe238e08f715008f864d223dd0db8fc1f92f9f /util/str_stl.h | |
parent | 0fd1998e1b2369f50fb694556f817d3c7fef10c8 (diff) | |
download | ydb-7b7fa28b9099b7adca890459a699c6ba5eeff4ca.tar.gz |
Restoring authorship annotation for <prout@yandex-team.ru>. 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 f1e137181d..cd0321ee1a 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; |