From 01fa6a9bcf07003e856440a7bdfcfc6f19bdd6cd Mon Sep 17 00:00:00 2001 From: Sergey Zubkov Date: Wed, 29 Jul 2020 12:37:42 -0400 Subject: [PATCH] R.31 mark Example as Example, bad (closes #1651) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 391ec4d..dd07d15 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -9681,7 +9681,7 @@ Any type (including primary template or specialization) that overloads unary `*` * If it is copyable, it is recognized as a reference-counted `shared_ptr`. * If it is not copyable, it is recognized as a unique `unique_ptr`. -##### Example +##### Example, bad // use Boost's intrusive_ptr #include