From 0942f9eeaefcfc84db83fa240d8ed52b99345e7d Mon Sep 17 00:00:00 2001 From: antervis Date: Thu, 10 Feb 2022 16:49:48 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/threading/future/core/future.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'library/cpp/threading/future') diff --git a/library/cpp/threading/future/core/future.h b/library/cpp/threading/future/core/future.h index 2e82bb953eb..d65c4895e27 100644 --- a/library/cpp/threading/future/core/future.h +++ b/library/cpp/threading/future/core/future.h @@ -78,11 +78,11 @@ namespace NThreading { TFuture() noexcept = default; TFuture(const TFuture& other) noexcept = default; - TFuture(TFuture&& other) noexcept = default; + TFuture(TFuture&& other) noexcept = default; TFuture(const TIntrusivePtr& state) noexcept; TFuture& operator=(const TFuture& other) noexcept = default; - TFuture& operator=(TFuture&& other) noexcept = default; + TFuture& operator=(TFuture&& other) noexcept = default; void Swap(TFuture& other); bool Initialized() const; @@ -135,11 +135,11 @@ namespace NThreading { TFuture() noexcept = default; TFuture(const TFuture& other) noexcept = default; - TFuture(TFuture&& other) noexcept = default; + TFuture(TFuture&& other) noexcept = default; TFuture(const TIntrusivePtr& state) noexcept; TFuture& operator=(const TFuture& other) noexcept = default; - TFuture& operator=(TFuture&& other) noexcept = default; + TFuture& operator=(TFuture&& other) noexcept = default; void Swap(TFuture& other); bool Initialized() const; @@ -193,11 +193,11 @@ namespace NThreading { public: TPromise() noexcept = default; TPromise(const TPromise& other) noexcept = default; - TPromise(TPromise&& other) noexcept = default; + TPromise(TPromise&& other) noexcept = default; TPromise(const TIntrusivePtr& state) noexcept; TPromise& operator=(const TPromise& other) noexcept = default; - TPromise& operator=(TPromise&& other) noexcept = default; + TPromise& operator=(TPromise&& other) noexcept = default; void Swap(TPromise& other); bool Initialized() const; @@ -237,11 +237,11 @@ namespace NThreading { public: TPromise() noexcept = default; TPromise(const TPromise& other) noexcept = default; - TPromise(TPromise&& other) noexcept = default; + TPromise(TPromise&& other) noexcept = default; TPromise(const TIntrusivePtr& state) noexcept; TPromise& operator=(const TPromise& other) noexcept = default; - TPromise& operator=(TPromise&& other) noexcept = default; + TPromise& operator=(TPromise&& other) noexcept = default; void Swap(TPromise& other); bool Initialized() const; -- cgit v1.3