Cevelop / Issues

The official issue tracker for Cevelop.
9 stars 1 forks source link

toggle function definition refactoring should also toggle =default definitions #2

Closed PeterSommerlad closed 8 years ago

PeterSommerlad commented 8 years ago

Expected Behavior

Special member functions can be user-defined with =default or user-declared as =delete. A user-defined special member function can be user-declared within a class' body, but declared outside, so the toggle function body refactoring should treat =default like a normal function body.

Actual Behavior

toggle function definition does not work on user-declared and user-defined with =default class members

Cevelop Version, Operating System and Compiler

all before Neon

misto commented 8 years ago

Thank you for taking the time to report this issue! Unfortunately, this isn't really a bug in Cevelop, but you should consider reporting it to the Eclipse CDT issue tracker instead.

PeterSommerlad commented 8 years ago

see https://bugs.eclipse.org/bugs/show_bug.cgi?id=496927