Compiler Error C2817

return type for 'operator delete' must be 'void'

A redefinition of the operator delete contained a return statement that returned a type other than void. The return value for the operator delete must be void.