Added example to NL 9

pull/319/head
richelbilderbeek 10 years ago committed by Thibault Kruse
parent 592d67ea12
commit a86ae876a2

@ -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