Skip to content

[hive.cons]/15 Add noexcept to move constructor #8154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

birbacher
Copy link
Contributor

The synopsis specifies noexcept for this constructor and the effects don't invoke behavior that could throw, so the missing noexcept looks like an oversight. However, the originating paper P0447R28 is also missing noexcept here.

The synopsis specifies noexcept for this constructor and the effects
don't invoke behavior that could throw, so the missing noexcept looks
like an oversight. However, the originating paper P0447R28 is also
missing noexcept here.
@tkoeppe tkoeppe merged commit a449305 into cplusplus:main Aug 15, 2025
2 checks passed
@birbacher birbacher deleted the editorial/hive.cons/15/add-noexcept-to-move-ctor branch August 15, 2025 15:25
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