Boost C++ Libraries: Ticket #8573: lost doc link to enable_shared_from_this https://svn.boost.org/trac10/ticket/8573 <p> In boost 1.53 I can't find any reference to the documentation forenable_shared_from_this. The documentation page exists: </p> <p> <a href="http://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/enable_shared_from_this.html">http://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/enable_shared_from_this.html</a> </p> <p> but I can't find any reference to it from anywhere in the smart_ptr / shared_ptr documentation. As late as boost 1.52 there was a reference to it in a note for the </p> <blockquote> <p> template&lt;class Y&gt; explicit shared_ptr(Y * p); </p> </blockquote> <p> constructor, but that note was removed in boost 1.53, and there doesn't seem to be any other reference to enable_shared_from_this. One of the places I expected to find a reference to enable_shared_from_this was the "Programming Techniques" page's entry "Obtaining a shared_ptr from a raw pointer", but I found no mention of it there through boost 1.53. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8573 Trac 1.4.3 Peter Dimov Sun, 26 May 2013 13:34:42 GMT <link>https://svn.boost.org/trac10/ticket/8573#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8573#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84506" title="Document that constructors initialize enable_shared_from_this. Refs #8573.">[84506]</a>) Document that constructors initialize enable_shared_from_this. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8573" title="#8573: Bugs: lost doc link to enable_shared_from_this (closed: fixed)">#8573</a>. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Sun, 26 May 2013 13:36:29 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8573#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8573#comment:2</guid> <description> <p> enable_shared_from_this is mentioned in the Programming Techniques page, but in a later entry: <a href="http://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/sp_techniques.html#from_this">http://www.boost.org/doc/libs/1_53_0/libs/smart_ptr/sp_techniques.html#from_this</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Peter Dimov</dc:creator> <pubDate>Sun, 26 May 2013 13:39:06 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/8573#comment:3 https://svn.boost.org/trac10/ticket/8573#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84507" title="Merge [84506] from trunk: Document that constructors initialize ...">[84507]</a>) Merge <a class="changeset" href="https://svn.boost.org/trac10/changeset/84506" title="Document that constructors initialize enable_shared_from_this. Refs #8573.">[84506]</a> from trunk: Document that constructors initialize enable_shared_from_this. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8573" title="#8573: Bugs: lost doc link to enable_shared_from_this (closed: fixed)">#8573</a>. </p> Ticket