mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Ambiguous indentation within unordered list
This commit is contained in:
@@ -12362,6 +12362,8 @@ Aternatively, we will decide that no change is needed and delete the entry.
|
||||
* What to do with leaks out of temporaries? : `p = (s1+s2).c_str();`
|
||||
* pointer/iterator invalidation leading to dangling pointers
|
||||
|
||||
Example:
|
||||
|
||||
void bad()
|
||||
{
|
||||
int* p = new int[700];
|
||||
|
||||
Reference in New Issue
Block a user