C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2534
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2534
 
     'identifier' : constructor cannot return a value
 
     The specified constructor cannot return a value.
 
     A constructor cannot return a value of any type, including a
     return type of void.
 
     This error can be eliminated by removing the return statement
     from the constructor definition.
                                    -♦-