Skip to content

Fix noexcept#92

Merged
dietmarkuehl merged 8 commits intomainfrom
fix-noexcept
Apr 27, 2026
Merged

Fix noexcept#92
dietmarkuehl merged 8 commits intomainfrom
fix-noexcept

Conversation

@dietmarkuehl
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 27, 2026 22:23
@dietmarkuehl dietmarkuehl requested a review from wusatosi as a code owner April 27, 2026 22:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to “fix noexcept” by marking the internal beman::task::detail::state constructor as noexcept.

Changes:

  • Mark detail::state’s templated constructor as noexcept.
  • Add an inline TODO comment next to the constructor declaration.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

using stop_callback_t = ::beman::execution::stop_callback_for_t<stop_token_t, stop_link>;
template <typename R, typename H>
state(R&& r, H h)
state(R&& r, H h) noexcept //-dk:TODO break down to various members
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 94.059%. remained the same — fix-noexcept into main

@dietmarkuehl dietmarkuehl merged commit 6ff5b89 into main Apr 27, 2026
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants