diff options
| author | ekrokhalev <[email protected]> | 2022-02-10 16:50:10 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:10 +0300 | 
| commit | 1c01ed5294724fda060c1f0bd674b315fe249598 (patch) | |
| tree | c21292982d2c8182cdf5753f9a49e7cda547f4d3 /library/cpp/deprecated | |
| parent | 9991a6195dee8db26aa7e2f5f21549fb20e25002 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/deprecated')
| -rw-r--r-- | library/cpp/deprecated/split/delim_string_iter.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/library/cpp/deprecated/split/delim_string_iter.h b/library/cpp/deprecated/split/delim_string_iter.h index 8e4ca171a09..8bf66ce943f 100644 --- a/library/cpp/deprecated/split/delim_string_iter.h +++ b/library/cpp/deprecated/split/delim_string_iter.h @@ -22,13 +22,13 @@ public:      }      inline TDelimStringIter(TStringBuf str, TStringBuf delim) -        : IsValid(true) +        : IsValid(true)           , Str(str) -        , Delim(delim) -    { +        , Delim(delim)  +    {           UpdateCurrent(); -    } - +    }  +       inline TDelimStringIter()          : IsValid(false)      { | 
