diff options
author | ishfb <ishfb@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:07 +0300 |
commit | 0170772a2dbf133f32e17ca137ff64790d43831f (patch) | |
tree | 68ce3ab477bcb9e09abf2b0a6e7b34287c53f0df /util/generic/fwd.h | |
parent | df6128370874866447314ec18d8e67fc7bde40b4 (diff) | |
download | ydb-0170772a2dbf133f32e17ca137ff64790d43831f.tar.gz |
Restoring authorship annotation for <ishfb@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/fwd.h')
-rw-r--r-- | util/generic/fwd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/fwd.h b/util/generic/fwd.h index 5cc2da40e5..79b6ad8515 100644 --- a/util/generic/fwd.h +++ b/util/generic/fwd.h @@ -26,8 +26,8 @@ template <class T = void> struct TLess; template <class T = void> -struct TGreater; - +struct TGreater; + template <class T = void> struct TEqualTo; |