aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaulkovalenko <paulkovalenko@yandex-team.ru>2022-02-10 16:52:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:09 +0300
commit5690bbe43d4bdc7833cdab0dec15301b4d3cf605 (patch)
tree2bc89c8f006cafd4c0a0858e2cb31e7db1453417
parentbf3df3990bac093c3910c664e310f4600da7c1e8 (diff)
downloadydb-5690bbe43d4bdc7833cdab0dec15301b4d3cf605.tar.gz
Restoring authorship annotation for <paulkovalenko@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--util/generic/ptr.h2
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;