R.31 mark Example as Example, bad (closes #1651)

This commit is contained in:
Sergey Zubkov 2020-07-29 12:37:42 -04:00
parent 6d17d10604
commit 01fa6a9bcf

View File

@ -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 <boost/intrusive_ptr.hpp>