-
Notifications
You must be signed in to change notification settings - Fork 1k
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
throw() -> noexcept #1405
throw() -> noexcept #1405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix copyright dates.
@ldorau - I don't think copyright updates really belong in this PR - those should probably be done for the entire project separately. I'm also not sure what you mean and wish you'd been specific about what you wanted. Nonetheless, I've taken a guess at what you wanted and updated the PR accordingly. |
@r-barnes Copyright updates do really belong to this PR.
Nonetheless, your guess is correct ;-) |
Description
Changes the
throw()
function qualifier tonoexcept
.throw()
is deprecated/removed as of C++17 andnoexcept
is present from C++11, so this should be an easy switch to improve compatibility with newer standardsType of change
Choose one or multiple, leave empty if none of the other choices apply
Add a respective label(s) to PR if you have permissions
Tests
Documentation
Breaks backward compatibility
Notify the following users
List users with
@
to send notificationsOther information