diff options
author | mihaild <mihaild@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
commit | 55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/generic/list.h | |
parent | 246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff) | |
download | ydb-55fa8c7df8dba9a6fda8a807e529a9d04bd88580.tar.gz |
Restoring authorship annotation for <mihaild@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/list.h')
-rw-r--r-- | util/generic/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/list.h b/util/generic/list.h index 8dac504e96..7b0b8ffc72 100644 --- a/util/generic/list.h +++ b/util/generic/list.h @@ -7,7 +7,7 @@ #include <initializer_list> #include <list> #include <memory> -#include <utility> +#include <utility> template <class T, class A> class TList: public std::list<T, TReboundAllocator<A, T>> { |