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 specs to x3::variant and forward_ast #241

Merged
merged 1 commit into from
Aug 25, 2017
Merged

Add noexcept specs to x3::variant and forward_ast #241

merged 1 commit into from
Aug 25, 2017

Conversation

dodheim
Copy link
Contributor

@dodheim dodheim commented Aug 25, 2017

This adds noexcept specifications to X3's variant and forward_ast. Missing specs on the types' move constructors was showing up in my profiling and I decided to fix up the types in whole.

I wasn't sure whether to use noexcept directly or BOOST_NOEXCEPT/BOOST_NOEXCEPT_IF; I couldn't find any precedent so opted for the latter.

Add noexcept specifications to X3's variant and forward_ast
@djowel
Copy link
Member

djowel commented Aug 25, 2017

Wonderful!

@djowel djowel merged commit 78fe9cc into boostorg:develop Aug 25, 2017
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.

None yet

2 participants