Open PeterSommerlad opened 5 years ago
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...
Probably and upstream issue.
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...