bad parens within name

This commit is contained in:
Thibault Kruse 2016-08-11 18:50:53 +02:00
parent bcca1488e8
commit 3e1519beb3

View File

@ -12377,7 +12377,7 @@ One way of avoiding such problems is to use resource handles consistently:
Another solution (often better) would be to use a local variable to eliminate explicit use of pointers: Another solution (often better) would be to use a local variable to eliminate explicit use of pointers:
void no_leak(_simplified(int x) void no_leak_simplified(int x)
{ {
vector<int> v(7); vector<int> v(7);
// ... // ...