C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2595
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2595
 
     'identifier' : qualified name already has a constructor
 
     A constructor was already defined for the specified nested class,
     structure, or union.
 
     Only one constructor can be defined for a class, structure, or
     union.
                                    -♦-