diff options
author | ermolovd <ermolovd@yandex-team.ru> | 2022-02-10 16:47:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:53 +0300 |
commit | 2a4a975b112fa0fa138abc7457fe67e0e1e7fd02 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/string | |
parent | b91bcef7c99a119b0846479ef71bfab4beec72ca (diff) | |
download | ydb-2a4a975b112fa0fa138abc7457fe67e0e1e7fd02.tar.gz |
Restoring authorship annotation for <ermolovd@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/string')
-rw-r--r-- | util/string/split.h | 2 | ||||
-rw-r--r-- | util/string/vector.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/string/split.h b/util/string/split.h index 50aaccad5e..bc46d9e64c 100644 --- a/util/string/split.h +++ b/util/string/split.h @@ -18,7 +18,7 @@ #include <utility> #include <stlfwd> - + // NOTE: Check StringSplitter below to get more convenient split string interface. namespace NStringSplitPrivate { diff --git a/util/string/vector.h b/util/string/vector.h index 4f142de6b3..e36c348bbe 100644 --- a/util/string/vector.h +++ b/util/string/vector.h @@ -12,9 +12,9 @@ #define KEEP_EMPTY_TOKENS 0x01 -// +// // NOTE: Check StringSplitter below to get more convenient split string interface. - + namespace NPrivate { void SplitStringImpl(TVector<TString>* res, const char* ptr, |