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

Add noexcept annotation where applicable #1244

Merged
merged 4 commits into from
Feb 5, 2024

Conversation

mkoscumb
Copy link
Contributor

@mkoscumb mkoscumb commented Feb 2, 2024

Update a few methods which do not call throwing functions (or throw themselves) to use the noexcept annotation.

Also fixed a best-practice for constant initialization in MultipleLogManagersTests RequestHandler type.

@mkoscumb mkoscumb requested a review from a team as a code owner February 2, 2024 19:12
@mkoscumb mkoscumb merged commit a5bd5a6 into main Feb 5, 2024
20 checks passed
@mkoscumb mkoscumb deleted the user/makoscum/AddNoexceptAnnotation branch February 5, 2024 18:30
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