Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d17d10 commit 01fa6a9Copy full SHA for 01fa6a9
CppCoreGuidelines.md
@@ -9681,7 +9681,7 @@ Any type (including primary template or specialization) that overloads unary `*`
9681
* If it is copyable, it is recognized as a reference-counted `shared_ptr`.
9682
* If it is not copyable, it is recognized as a unique `unique_ptr`.
9683
9684
-##### Example
+##### Example, bad
9685
9686
// use Boost's intrusive_ptr
9687
#include <boost/intrusive_ptr.hpp>
0 commit comments