Ambiguous indentation within unordered list

This commit is contained in:
Thibault Kruse 2015-09-26 19:54:22 +02:00
parent 1e49b7b7a3
commit 90b62edaf0

View File

@ -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();` * What to do with leaks out of temporaries? : `p = (s1+s2).c_str();`
* pointer/iterator invalidation leading to dangling pointers * pointer/iterator invalidation leading to dangling pointers
Example:
void bad() void bad()
{ {
int* p = new int[700]; int* p = new int[700];