diff options
author | daga <daga@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:55 +0300 |
commit | 10e64fb65ffcbbd403bfae88e53b9bd7a46466f2 (patch) | |
tree | e70c9de97e6ad363f9e1d2505b7159537ac69a92 /util/memory | |
parent | 5869816f52682d8febca3791efc951b018a6fc13 (diff) | |
download | ydb-10e64fb65ffcbbd403bfae88e53b9bd7a46466f2.tar.gz |
Restoring authorship annotation for <daga@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/memory')
-rw-r--r-- | util/memory/tempbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/memory/tempbuf.h b/util/memory/tempbuf.h index 334670eb1e..8f38840f77 100644 --- a/util/memory/tempbuf.h +++ b/util/memory/tempbuf.h @@ -65,7 +65,7 @@ private: static constexpr size_t TypedSize(const size_t size) noexcept { return size / sizeof(T); } - + public: TTempArray() = default; |