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

Source->implement method does not carry noexcept over #35

Open
PeterSommerlad opened this issue Sep 16, 2019 · 1 comment
Open

Source->implement method does not carry noexcept over #35

PeterSommerlad opened this issue Sep 16, 2019 · 1 comment
Labels
bug Something isn't working upstream-cdt Issue in Eclipse CDT

Comments

@PeterSommerlad
Copy link

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...

@fmorgner fmorgner transferred this issue from Cevelop/Issues Feb 23, 2021
@fmorgner fmorgner added the bug Something isn't working label Feb 23, 2021
@fmorgner
Copy link
Contributor

Probably and upstream issue.

@fmorgner fmorgner added the upstream-cdt Issue in Eclipse CDT label Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream-cdt Issue in Eclipse CDT
Projects
None yet
Development

No branches or pull requests

2 participants