diff options
author | nordsturm <nordsturm@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
commit | aeb80ef750e36d05d5a41aad2639d3ec3059671b (patch) | |
tree | 64e36b1b4b10c27814ae7dc8c51803114793a359 /contrib | |
parent | 43e23506adf5274b3d7c5b776e6c8bbfe6bbdec0 (diff) | |
download | ydb-aeb80ef750e36d05d5a41aad2639d3ec3059671b.tar.gz |
Restoring authorship annotation for <nordsturm@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
3 files changed, 9 insertions, 9 deletions
diff --git a/contrib/restricted/boost/boost/asio/experimental/impl/co_spawn.hpp b/contrib/restricted/boost/boost/asio/experimental/impl/co_spawn.hpp index ea1961a470..d57064a92f 100644 --- a/contrib/restricted/boost/boost/asio/experimental/impl/co_spawn.hpp +++ b/contrib/restricted/boost/boost/asio/experimental/impl/co_spawn.hpp @@ -81,7 +81,7 @@ public: return std::experimental::suspend_always(); } - auto final_suspend() noexcept + auto final_suspend() noexcept { return std::experimental::suspend_always(); } @@ -146,7 +146,7 @@ public: } #endif // !defined(BOOST_ASIO_DISABLE_AWAITEE_RECYCLING) - auto initial_suspend() noexcept + auto initial_suspend() noexcept { return std::experimental::suspend_never(); } @@ -160,7 +160,7 @@ public: return false; } - void await_suspend(coroutine_handle<void>) noexcept + void await_suspend(coroutine_handle<void>) noexcept { this_->wake_caller(); } @@ -170,12 +170,12 @@ public: } }; - auto final_suspend() noexcept + auto final_suspend() noexcept { return final_suspender{this}; } - void set_except(std::exception_ptr e) noexcept + void set_except(std::exception_ptr e) noexcept { pending_exception_ = e; } diff --git a/contrib/restricted/boost/boost/multi_index/detail/ord_index_node.hpp b/contrib/restricted/boost/boost/multi_index/detail/ord_index_node.hpp index 8dd8a5ce4b..a11c724cec 100644 --- a/contrib/restricted/boost/boost/multi_index/detail/ord_index_node.hpp +++ b/contrib/restricted/boost/boost/multi_index/detail/ord_index_node.hpp @@ -142,7 +142,7 @@ struct ordered_index_node_compressed_base struct color_ref { color_ref(uintptr_type* r_):r(r_){} - color_ref(color_ref const& x):r(x.r){} + color_ref(color_ref const& x):r(x.r){} operator ordered_index_color()const { @@ -168,7 +168,7 @@ struct ordered_index_node_compressed_base struct parent_ref { parent_ref(uintptr_type* r_):r(r_){} - parent_ref(const parent_ref& x):r(x.r){} + parent_ref(const parent_ref& x):r(x.r){} operator pointer()const { diff --git a/contrib/restricted/boost/boost/numeric/ublas/matrix_expression.hpp b/contrib/restricted/boost/boost/numeric/ublas/matrix_expression.hpp index 0a2837310a..3276ef4749 100644 --- a/contrib/restricted/boost/boost/numeric/ublas/matrix_expression.hpp +++ b/contrib/restricted/boost/boost/numeric/ublas/matrix_expression.hpp @@ -2244,8 +2244,8 @@ namespace boost { namespace numeric { namespace ublas { if (it2_ != it2_end_) if (it2_.index1 () <= i_) ++ it2_; - if (it2_ != it2_end_) { - index2 = it2_.index1 (); + if (it2_ != it2_end_) { + index2 = it2_.index1 (); } i_ = (std::min) (index1, index2); } |