Synopsis: | Do not overload the global operator new or the global operator delete |
Language: | C++ |
Severity Level: | 2 |
Category: | Object Allocation |
Description: |
Other users may depend on the default behavior of these operators. See section 15.6 in ref. [Stroustrup]. If necessary, overload these operators for a specific class. See also Rec. [OAL#003]. |