Skip to content

throw() -> noexcept#3092

Merged
davisking merged 1 commit intodavisking:masterfrom
r-barnes:richard/noexcept
Jun 28, 2025
Merged

throw() -> noexcept#3092
davisking merged 1 commit intodavisking:masterfrom
r-barnes:richard/noexcept

Conversation

@r-barnes
Copy link
Copy Markdown
Contributor

throw() has been deprecated since C++11 and is removed in C++20. noexcept is the accepted alternative.

This modifies additional instances that weren't covered by the previously merged #3064 - apologies for missing those at the time.

@davisking
Copy link
Copy Markdown
Owner

Thanks for the PR

@davisking davisking merged commit 131e46e into davisking:master Jun 28, 2025
9 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.

2 participants