diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 03040e4..95f9da3 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17518,10 +17518,28 @@ This leads to longer programs and more errors caused by uninitialized and wrongl ##### Example, bad - ??? + int use(int x) + { + int i; + char c; + double d; + + // ... some stuff ... + + if (x