diff options
| author | paxakor <[email protected]> | 2022-02-10 16:47:32 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:32 +0300 |
| commit | 40d35c046ee3a61ee2a581f42499c5ce56ac589a (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic/strbase.h | |
| parent | 7fdbed62e54b804e2c12b86a2c2bab12f61065df (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/strbase.h')
| -rw-r--r-- | util/generic/strbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/strbase.h b/util/generic/strbase.h index eb53a175685..ab39fc7537f 100644 --- a/util/generic/strbase.h +++ b/util/generic/strbase.h @@ -440,7 +440,7 @@ public: inline TCharType operator[](size_t pos) const noexcept { Y_ASSERT(pos < this->size()); - + return Ptr()[pos]; } |
