aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/yexception.h
diff options
context:
space:
mode:
authorbulatman <bulatman@yandex-team.ru>2022-02-10 16:45:50 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:50 +0300
commit6560e4993b14d193f8c879e33a3de5e5eba6e21d (patch)
treecfd2e2baa05c3196f2caacbb63c32e1df40bc3de /util/generic/yexception.h
parent7489e4682331202b9c7d863c0898eb83d7b12c2b (diff)
downloadydb-6560e4993b14d193f8c879e33a3de5e5eba6e21d.tar.gz
Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r--util/generic/yexception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h
index b0c604e8c4..17320e1762 100644
--- a/util/generic/yexception.h
+++ b/util/generic/yexception.h
@@ -66,8 +66,8 @@ namespace NPrivateException {
};
template <class E, class T>
- static inline std::enable_if_t<std::is_base_of<yexception, std::decay_t<E>>::value, E&&>
- operator<<(E&& e, const T& t) {
+ static inline std::enable_if_t<std::is_base_of<yexception, std::decay_t<E>>::value, E&&>
+ operator<<(E&& e, const T& t) {
e.Append(t);
return std::forward<E>(e);