From 452f587a4de44c8b469dd1aa6286b3b85561545d Mon Sep 17 00:00:00 2001 From: Thibault Kruse Date: Sat, 26 Sep 2015 15:22:55 +0200 Subject: [PATCH] bad indentation, mark missing example with ??? --- CppCoreGuidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index f553677..1bb8bc2 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -645,7 +645,8 @@ This design carries the number of elements along as an integral part of an objec **Example**: - show how possible checks are avoided by interfaces that pass polymorphic base classes around, when they actually know what they need? + * ??? + * show how possible checks are avoided by interfaces that pass polymorphic base classes around, when they actually know what they need? Or strings as "free-style" options **Enforcement**: