C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2204
                                             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
                                    -♦-