Skip to content
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

Remove legacy throw() specifications, conform to c++11 #864

Merged

Conversation

kdt3rd
Copy link
Contributor

@kdt3rd kdt3rd commented Nov 13, 2020

Several of them were wrong anyway, as the functions were allocating
strings.

Signed-off-by: Kimball Thurston kdt3rd@gmail.com

Several of them were wrong anyway, as the functions were allocating
strings.

Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
Copy link
Contributor

@meshula meshula left a comment

Choose a reason for hiding this comment

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

Good catch. It's gruesome that's there's no noexcept std::string; we have an exception reporting class that can itself except 😭

Copy link
Member

@cary-ilm cary-ilm left a comment

Choose a reason for hiding this comment

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

LGTM

@cary-ilm cary-ilm merged commit 95d2376 into AcademySoftwareFoundation:master Nov 19, 2020
@kdt3rd kdt3rd deleted the clean_exception_spec branch February 12, 2022 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants