Boost C++ Libraries: Ticket #1261: Boost.DateTime patch to support STLport's _STLP_NO_IOSTREAMS mode https://svn.boost.org/trac10/ticket/1261 <p> In Boost.<a class="missing wiki">DateTime</a> there is an include &lt;iostreams&gt; in the file boost/date_time/int_adapter.hpp that is only needed when BOOST_DATE_TIME_NO_LOCALE is undefined. When using Boost.<a class="missing wiki">DateTime</a> together with STLport's _STLP_NO_IOSTREAMS-mode there is an error when IOStreams-related headers are included. The patch adds an #ifndef check for the macro around the include. It then would be usable in a scenario with _STLP_NO_IOSTREAMS defined. The advantage of defining the macro is to not having to link against STLport libraries, all headers are inline then. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1261 Trac 1.4.3 michael.fink@… Thu, 13 Sep 2007 19:04:15 GMT attachment set https://svn.boost.org/trac10/ticket/1261 https://svn.boost.org/trac10/ticket/1261 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-datetime-no-iostreams-int_adapter.hpp.patch</span> </li> </ul> <p> patch to fix include dependency to &lt;iostreams&gt; </p> Ticket Andrey Semashev Thu, 13 Nov 2008 17:52:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1261#comment:1 https://svn.boost.org/trac10/ticket/1261#comment:1 <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> Ticket