diff options
author | Michael Roizner <[email protected]> | 2022-02-10 16:50:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:47 +0300 |
commit | 4e10711f67db90b5b08220fee274f8f0fe620485 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/string | |
parent | a196186fa7feb0aae6d87e1b6d890a83851be4f2 (diff) |
Restoring authorship annotation for Michael Roizner <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/string')
-rw-r--r-- | library/cpp/yt/string/enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/string/enum.h b/library/cpp/yt/string/enum.h index f85cc69a19b..10dc02610f7 100644 --- a/library/cpp/yt/string/enum.h +++ b/library/cpp/yt/string/enum.h @@ -13,7 +13,7 @@ namespace NYT { TString DecodeEnumValue(TStringBuf value); TString EncodeEnumValue(TStringBuf value); -template <class T> +template <class T> T ParseEnum(TStringBuf value); template <class T> |