diff options
author | paulkovalenko <paulkovalenko@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:52:09 +0300 |
commit | 5690bbe43d4bdc7833cdab0dec15301b4d3cf605 (patch) | |
tree | 2bc89c8f006cafd4c0a0858e2cb31e7db1453417 | |
parent | bf3df3990bac093c3910c664e310f4600da7c1e8 (diff) | |
download | ydb-5690bbe43d4bdc7833cdab0dec15301b4d3cf605.tar.gz |
Restoring authorship annotation for <paulkovalenko@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | util/generic/ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/ptr.h b/util/generic/ptr.h index 19db0e3ec5..63133072f2 100644 --- a/util/generic/ptr.h +++ b/util/generic/ptr.h @@ -1005,7 +1005,7 @@ public: DoDestroy(); } - inline TCopyPtr& operator=(TCopyPtr t) noexcept { + inline TCopyPtr& operator=(TCopyPtr t) noexcept { t.Swap(*this); return *this; |