diff options
author | ermolovd <[email protected]> | 2022-02-10 16:47:53 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:53 +0300 |
commit | b91bcef7c99a119b0846479ef71bfab4beec72ca (patch) | |
tree | be118d54d12a61bc4812ceb0a266a170a2fa3bc9 /util/string/vector.h | |
parent | f421873774cf0b71743afbe5f6677861e66601ea (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/string/vector.h')
-rw-r--r-- | util/string/vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/string/vector.h b/util/string/vector.h index e36c348bbef..4f142de6b35 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, |