Merge pull request #319 from tkruse/pr/291

Added example to NL 9
pull/322/head
Gabriel Dos Reis 10 years ago
commit b369145220

@ -12859,7 +12859,11 @@ To avoid confusing macros from names that obeys scope and type rules.
##### Example
???
void f()
{
const int SIZE{1000}; // Bad, use 'size' instead
int v[SIZE];
}
##### Note

Loading…
Cancel
Save