Skip to content

Commit 01fa6a9

Browse files
committed
R.31 mark Example as Example, bad (closes isocpp#1651)
1 parent 6d17d10 commit 01fa6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9681,7 +9681,7 @@ Any type (including primary template or specialization) that overloads unary `*`
96819681
* If it is copyable, it is recognized as a reference-counted `shared_ptr`.
96829682
* If it is not copyable, it is recognized as a unique `unique_ptr`.
96839683

9684-
##### Example
9684+
##### Example, bad
96859685

96869686
// use Boost's intrusive_ptr
96879687
#include <boost/intrusive_ptr.hpp>

0 commit comments

Comments
 (0)