diff options
author | sergey <[email protected]> | 2022-02-10 16:47:29 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:29 +0300 |
commit | 5d8d1af4df7f9cd4acc021f069546c30677e7979 (patch) | |
tree | 07a39da188e8b418699f992f22d829a37a1411b2 /util/system/tls.cpp | |
parent | 32b231c8474a1ade4bdf776ade6a20341691d9d7 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/tls.cpp')
-rw-r--r-- | util/system/tls.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/tls.cpp b/util/system/tls.cpp index c2f1a04a148..afd5d4bc94d 100644 --- a/util/system/tls.cpp +++ b/util/system/tls.cpp @@ -241,8 +241,8 @@ private: TKey::TKey(TDtor dtor) : Impl_(new TImpl(dtor)) { -} - +} + TKey::TKey(TKey&&) noexcept = default; TKey::~TKey() = default; |