◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2204 'identifier' : parenthesized type definition The specifed type was defined in prototype scope or as an operand. The following is an example of this error: ( struct S {}; ); // error -♦-