Cevelop / cevelop

The C++ IDE for professional developers
Eclipse Public License 2.0
5 stars 0 forks source link

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

Open PeterSommerlad opened 4 years ago

PeterSommerlad commented 4 years ago

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 commented 3 years ago

Probably and upstream issue.