diff options
author | chris-benua <[email protected]> | 2022-02-10 16:52:04 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:04 +0300 |
commit | a11cd113a7a73feeaae0e2fc268e9884792482a3 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util | |
parent | da3117163c19a82a544ee60e5c997731e485c70b (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/charset/wide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/charset/wide.h b/util/charset/wide.h index 78d563b77f0..04e6928aab3 100644 --- a/util/charset/wide.h +++ b/util/charset/wide.h @@ -198,7 +198,7 @@ inline bool WriteSymbol(wchar32 s, wchar32*& dest, const wchar32* destEnd) noexc } template <class T> -inline void ::NDetail::WriteSurrogatePair(wchar32 s, T& dest) noexcept { +inline void ::NDetail::WriteSurrogatePair(wchar32 s, T& dest) noexcept { const wchar32 LEAD_OFFSET = 0xD800 - (0x10000 >> 10); Y_ASSERT(s > 0xFFFF && s < ::NUnicode::UnicodeInstancesLimit()); |