C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2079
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2079
 
     'identifier' uses undefined class/struct/union 'name'
 
     The specified identifier was declared as a class, structure, or
     union that was not defined.
 
     This error can be caused by initializing an anonymous union.
                                    -♦-