C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
C2831
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2831
 
     'operator symbol' cannot have default parameters
 
     Default parameters cannot be specified for the given operator.
 
     Only the new, assignment (=), and left parenthesis operators can
     have default values.
                                    -♦-