diff options
author | kiselyovp <kiselyovp@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
commit | cdd0799465ab07b2689e623e8db9cd333b01e0dc (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/misc | |
parent | 8caa5581c15f8f7d1e96a24d7be0260bad7d043f (diff) | |
download | ydb-cdd0799465ab07b2689e623e8db9cd333b01e0dc.tar.gz |
Restoring authorship annotation for <kiselyovp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/misc')
-rw-r--r-- | library/cpp/yt/misc/cast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/misc/cast.h b/library/cpp/yt/misc/cast.h index 384a7281ee7..c7565c9e6d3 100644 --- a/library/cpp/yt/misc/cast.h +++ b/library/cpp/yt/misc/cast.h @@ -15,7 +15,7 @@ T CheckedIntegralCast(S value); //////////////////////////////////////////////////////////////////////////////// template <class T, class S> -bool TryEnumCast(S value, T* result); +bool TryEnumCast(S value, T* result); template <class T, class S> T CheckedEnumCast(S value); |