We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
writing a member function declaration in a class with noexcept should put that noexcept also in the body definition with implement method
noexcept is missing from the member function definition
Version: 1.12.1-201907081203
I know this is a CDT bug...
The text was updated successfully, but these errors were encountered:
Probably and upstream issue.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
writing a member function declaration in a class with noexcept should put that noexcept also in the body definition with implement method
Actual Behavior
noexcept is missing from the member function definition
Cevelop Version, Operating System and Compiler
Version: 1.12.1-201907081203
I know this is a CDT bug...
The text was updated successfully, but these errors were encountered: