Restrictions on Overloaded Functions

Several restrictions govern an acceptable set of overloaded functions:

Microsoft Specific

You can overload operator new solely on the basis of return type — specifically, on the basis of the memory-model modifier specified.

END Microsoft Specific