Community
Participate
Working Groups
The parser gives a syntax error for the following valid code: struct C {}; struct D { int a, b; D(C) : a(0), b(0) {} // SYNTAX ERROR HERE }; Giving the constructor parameter a name causes the error to go away.
*** This bug has been marked as a duplicate of bug 333200 ***