Issues with noexcept?
Neither "Move Implementation" nor "Generate Implementation" pull noexcept into the cpp file. I use VS 2015, and I'm pretty sure I'm not doing anything wrong, but I'd be happy to take any advice if I am!
Repro steps:
1. Add any trivial method in .h file: void Test() const noexcept;
2. Use "Generate Implementation" refactoring
3. Goto cpp file and see that the method stub is void Test() const {}
Compiling fails with C2382: Different exception specifications
Please sign in to leave a comment.
Hello,
This issue was fixed in the 2016.1 release - please upgrade.
Thanks!