diff options
| author | unril <[email protected]> | 2022-02-10 16:46:05 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:05 +0300 | 
| commit | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/generic | |
| parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic')
| -rw-r--r-- | util/generic/utility.h | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/util/generic/utility.h b/util/generic/utility.h index ec50d33e5e4..43b98eeafc7 100644 --- a/util/generic/utility.h +++ b/util/generic/utility.h @@ -123,10 +123,10 @@ protected:          Zero(*static_cast<TDerived*>(this));      }  }; -  -struct TIdentity {  -    template <class T>  -    constexpr decltype(auto) operator()(T&& x) const noexcept {  -        return std::forward<T>(x);  -    }  -};  + +struct TIdentity { +    template <class T> +    constexpr decltype(auto) operator()(T&& x) const noexcept { +        return std::forward<T>(x); +    } +};  | 
