diff options
author | mihaild <mihaild@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:59 +0300 |
commit | 55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /util/system/tls.h | |
parent | 246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff) | |
download | ydb-55fa8c7df8dba9a6fda8a807e529a9d04bd88580.tar.gz |
Restoring authorship annotation for <mihaild@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/tls.h')
-rw-r--r-- | util/system/tls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/tls.h b/util/system/tls.h index 7539dcb35e..3c4f56dbeb 100644 --- a/util/system/tls.h +++ b/util/system/tls.h @@ -157,7 +157,7 @@ namespace NTls { class TKey { public: TKey(TDtor dtor); - TKey(TKey&&) noexcept; + TKey(TKey&&) noexcept; ~TKey(); void* Get() const; @@ -177,7 +177,7 @@ namespace NTls { }; template <class T> - class TValue: public TMoveOnly { + class TValue: public TMoveOnly { class TConstructor { public: TConstructor() noexcept = default; |