diff options
author | osado <osado@yandex-team.ru> | 2022-02-10 16:49:18 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:18 +0300 |
commit | 3ed175181ceac225ee14e4519492ad2967a7bd73 (patch) | |
tree | a1a8375fb33669212c8d4f3eb2e50f4f719b6533 /util/generic/set.h | |
parent | 883d905c560ebed4b7f38d021b424d75c4521a6f (diff) | |
download | ydb-3ed175181ceac225ee14e4519492ad2967a7bd73.tar.gz |
Restoring authorship annotation for <osado@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/set.h')
-rw-r--r-- | util/generic/set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/set.h b/util/generic/set.h index 4c437ca26f..63b6f34cc4 100644 --- a/util/generic/set.h +++ b/util/generic/set.h @@ -9,7 +9,7 @@ #include <memory> #include <set> -template <class K, class L, class A> +template <class K, class L, class A> class TSet: public std::set<K, L, TReboundAllocator<A, K>> { public: using TBase = std::set<K, L, TReboundAllocator<A, K>>; |