C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2581
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2581
 
     'identifier' : static 'operator=' function is illegal
 
     The assignment operator, operator=(), was declared as static.
 
     The assignment operator cannot be declared as static.
                                    -♦-