diff options
author | marat-khalili <marat-khalili@yandex-team.ru> | 2022-02-10 16:51:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:52 +0300 |
commit | 45d88ab6257c06a37cf909ba04512ba970eca425 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/string.h | |
parent | 4820b82de461ea3ac2dce7c2a77eeda965fffc9c (diff) | |
download | ydb-45d88ab6257c06a37cf909ba04512ba970eca425.tar.gz |
Restoring authorship annotation for <marat-khalili@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/string.h')
-rw-r--r-- | util/generic/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/string.h b/util/generic/string.h index c48c875d47f..8cd8aa6917f 100644 --- a/util/generic/string.h +++ b/util/generic/string.h @@ -127,7 +127,7 @@ public: } TBasicCharRef& operator=(TChar c) { - Y_ASSERT(Pos_ < S_.size() || (Pos_ == S_.size() && !c)); + Y_ASSERT(Pos_ < S_.size() || (Pos_ == S_.size() && !c)); S_.Detach()[Pos_] = c; |