Synopsis: | Avoid calling new and delete explicitly |
Language: | C++ |
Severity Level: | 2 |
Category: | Object Allocation |
Description: |
This is a rule of the C++ core guidelines, see the C++ core guidelines page for rule R.11 for more details. |
Literature References: |
C++ Core Guidelines |