E2071 operator new must have an initial parameter of type size_t (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

E2071 Operator new[] must have an initial parameter of type size_t

Operator new can be declared with an arbitrary number of parameters.

It must always have at least one, the amount of space to allocate.