diff options
author | tender-bum <[email protected]> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:01 +0300 |
commit | c78b06a63de7beec995c1007bc5332bdf3d75b69 (patch) | |
tree | 729de992758f40b85278d4abaad655be5dd68dbc /util/generic/strbase.h | |
parent | 95ab23a39b5482a434361566cabdd5b0a433cb43 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 ab39fc7537f..56c974cca99 100644 --- a/util/generic/strbase.h +++ b/util/generic/strbase.h @@ -556,7 +556,7 @@ public: return CopyImpl(pc, n, pos); } - inline size_t copy(TCharType* pc, size_t n) const noexcept { + inline size_t copy(TCharType* pc, size_t n) const noexcept { return CopyImpl(pc, n, 0); } |