E2042 Declare operator delete (void*) (C++)
Go Up to Compiler Errors And Warnings (C++) Index
Declare the operator delete with a single void* parameter.
The global operator delete can only be declared using the single-parameter form.
Go Up to Compiler Errors And Warnings (C++) Index
Declare the operator delete with a single void* parameter.
The global operator delete can only be declared using the single-parameter form.