Subject: [Boost-bugs] [Boost C++ Libraries] #3050: boost::blank should observe BOOST_NO_IOSTREAM
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-19 17:18:33
#3050: boost::blank should observe BOOST_NO_IOSTREAM
-------------------------------------------------------+--------------------
Reporter: nstewart_at_[hidden] | Owner: no-maintainer
Type: Patches | Status: new
Milestone: Boost 1.40.0 | Component: utility
Version: Boost 1.38.0 | Severity: Showstopper
Keywords: BOOST_NO_IOSTREAM, boost::blank, iostream |
-------------------------------------------------------+--------------------
We happen to use boost with BOOST_NO_IOSTREAM to minimise standard C++
library dependency. We use boost in combination with STLPort with
_STLP_NO_IOSTREAMS=1
boost::blank has some iostreams dependencies, but these can be
conditionalized:
17a18
> #if !defined(BOOST_NO_IOSTREAM)
19d19
<
20a21,22
> #endif // BOOST_NO_IOSTREAM
>
87a90,91
> #if !defined(BOOST_NO_IOSTREAM)
>
97a102,103
> #endif // BOOST_NO_IOSTREAM
>
This path is w.r.t 1.38.0, the 1.39.0 version appears to be unchanged.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3050> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:00 UTC