diff options
author | a-romanov <[email protected]> | 2022-02-10 16:48:10 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:10 +0300 |
commit | aa2986a34bde73b2cdcea5080c4443b7cf2ba686 (patch) | |
tree | 410fbde59311309b774a0da147f79628c3429a2c /util/generic/yexception.h | |
parent | e77cfd118321c5b9c168fdee41b4e6c5706b8f68 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r-- | util/generic/yexception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h index b0c604e8c45..e4f1129524a 100644 --- a/util/generic/yexception.h +++ b/util/generic/yexception.h @@ -5,7 +5,7 @@ #include "string.h" #include "utility.h" #include "va_args.h" -#include <utility> +#include <utility> #include <util/stream/tempbuf.h> #include <util/system/compat.h> @@ -70,7 +70,7 @@ namespace NPrivateException { operator<<(E&& e, const T& t) { e.Append(t); - return std::forward<E>(e); + return std::forward<E>(e); } template <class T> |