Boost C++ Libraries: Ticket #494: STLPort with NO_IOSTREAMS https://svn.boost.org/trac10/ticket/494 <pre class="wiki">Boost does specializations for streams even when _STLP_NO_IOSTREAMS defined. It would be nice to not specialize classes with streams when _STLP_NO_IOSTREAMS macro is defined. Thanx. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/494 Trac 1.4.3 vividos Mon, 30 Oct 2006 10:09:02 GMT <link>https://svn.boost.org/trac10/ticket/494#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/494#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=124874 See patch #1551992, https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1551992&amp;group_id=7586&amp;atid=307586 It does exactly that. </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>Dave Abrahams</dc:creator> <pubDate>Fri, 06 Jul 2007 12:05:10 GMT</pubDate> <title>description changed; cc, severity set https://svn.boost.org/trac10/ticket/494#comment:2 https://svn.boost.org/trac10/ticket/494#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">pdimov@…</span> added </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/494?action=diff&amp;version=2">diff</a>) </li> <li><strong>severity</strong> → <span class="trac-field-new">Showstopper</span> </li> </ul> <p> The patch is a shared_ptr patch. I can't assign this to Peter until he sets his email address in the Trac at <a class="ext-link" href="http://svn.boost.org"><span class="icon">​</span>http://svn.boost.org</a> </p> Ticket Peter Dimov Fri, 06 Jul 2007 19:27:02 GMT status, severity, component, owner, type changed; milestone set https://svn.boost.org/trac10/ticket/494#comment:3 https://svn.boost.org/trac10/ticket/494#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">smart_ptr</span> </li> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.35.0</span> </li> <li><strong>owner</strong> changed from <span class="trac-author">nobody</span> to <span class="trac-author">Peter Dimov</span> </li> <li><strong>type</strong> <span class="trac-field-old">Feature Requests</span> → <span class="trac-field-new">Bugs</span> </li> </ul> Ticket Peter Dimov Fri, 06 Jul 2007 19:28:53 GMT status, resolution changed; cc deleted https://svn.boost.org/trac10/ticket/494#comment:4 https://svn.boost.org/trac10/ticket/494#comment:4 <ul> <li><strong>cc</strong> <span class="trac-author">pdimov@…</span> removed </li> <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-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> The patch is already applied to 1.34 and HEAD according to the Sourceforge tracker. </p> Ticket