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 | abb3ac94c972cc41d247c34f893588bcdcc904a5 (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb /util | |
parent | 5690bbe43d4bdc7833cdab0dec15301b4d3cf605 (diff) | |
download | ydb-abb3ac94c972cc41d247c34f893588bcdcc904a5.tar.gz |
Restoring authorship annotation for <paulkovalenko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util')
-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 63133072f2..19db0e3ec5 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; |