http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57682
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-06-23 Ever confirmed|0 |1 --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> --- This is enough: #define OOPS struct Class { Class(int func) try #ifdef OOPS : f{ func } { } #else : f( func ) { } #endif catch( ... ) { } private: int f; };