C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C2559
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Compiler error C2559
 
     'identifier' : no match for specified operator
 
     There was an attempt to use the new operator to call the
     constructor for the given identifier, but there was no constructor
     that corresponded to the given ambient memory model or distance.
 
     Make sure that the appropriate constructors have been defined for
     each memory model or distance being used.
                                    -♦-