Boost C++ Libraries: Ticket #724: [shared_ptr] support for STLport 5's no-iostreams mode https://svn.boost.org/trac10/ticket/724 <pre class="wiki">In STLport there is a mode called no-iostreams mode. When the define _STLP_NO_IOSTREAMS is used, nothing of the iostreams-part of the Standard C++ Library can be used, and including the headers fails with an error. The advantage of this mode is that the user doesn't have to link against a built library, all STLport code is inline. Unfortunately the shared_ptr cannot be used in this mode, since an operator&lt;&lt; is defined in shared_ptr.hpp. This patch ifdef's out this operator when _STLP_NO_IOSTREAMS symbol is defined (and it does the same with intrusive_ptr.hpp). The patch is against the 1.34 branch of CVS. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/724 Trac 1.4.3 Peter Dimov Mon, 06 Nov 2006 17:27:18 GMT <link>https://svn.boost.org/trac10/ticket/724#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/724#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=305912 Applied to 1.34 and HEAD. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>sf-robot</dc:creator> <pubDate>Tue, 21 Nov 2006 03:20:06 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/724#comment:2 https://svn.boost.org/trac10/ticket/724#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=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). </pre> Ticket