Synopsis: | Do not pass a pointer or reference obtained from an aliased smart pointer |
Language: | C++ |
Severity Level: | 5 |
Category: | Object Life Cycle |
Description: |
This is a rule of the C++ core guidelines, see the C++ core guidelines page for rule R.37 for more details. |
Literature References: |
C++ Core Guidelines R.37 |