mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Remove unused parameter in ES.62 example (#1353)
This commit is contained in:
@@ -12071,7 +12071,7 @@ The result of doing so is undefined.
|
||||
|
||||
##### Example, bad
|
||||
|
||||
void f(int n)
|
||||
void f()
|
||||
{
|
||||
int a1[7];
|
||||
int a2[9];
|
||||
|
||||
Reference in New Issue
Block a user