Boost C++ Libraries: Ticket #940: make_shared_ptr https://svn.boost.org/trac10/ticket/940 <pre class="wiki">namespace boost { template &lt;typename T&gt; shared_ptr&lt;T&gt; make_shared_ptr( T * ptr ) { return ptr; } } </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/940 Trac 1.4.3 beman_dawes Fri, 06 Jul 2001 13:42:42 GMT <link>https://svn.boost.org/trac10/ticket/940#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/940#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=51042 I'm not seeing the benefit. You might want to post this on the main list, to see if others would find it useful. --Beman </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>mred314</dc:creator> <pubDate>Fri, 06 Jul 2001 17:43:36 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/940#comment:2 https://svn.boost.org/trac10/ticket/940#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=258290 You're right. On second thought, it's not needed. </pre> Ticket