diff options
author | limburg <[email protected]> | 2022-02-10 16:47:37 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:37 +0300 |
commit | f8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (patch) | |
tree | 09491b73fe8fbb0990530ad9e7d4a6d96aa8dff4 /library/cpp | |
parent | 0d7c4ef9025d79c9bba6f62a92b490ee72e80ed0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/charset/codepage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/charset/codepage.h b/library/cpp/charset/codepage.h index 30a02a46106..48b68f99459 100644 --- a/library/cpp/charset/codepage.h +++ b/library/cpp/charset/codepage.h @@ -207,7 +207,7 @@ struct Encoder { Y_ASSERT(code != 0 || ch == 0); return code; } - + inline unsigned char operator[](wchar32 ch) const { return Tr(ch); } |