C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2208
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2208
 
     'type' : no members defined using this type
 
     An enumeration, structure, or union was defined without any
     members. This is an error only when compiling with /Za; otherwise,
     it is a warning.
                                    -♦-