id summary reporter owner description type status milestone component version severity resolution keywords cc 3050 boost::blank should observe BOOST_NO_IOSTREAM nstewart@… ebf "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." Patches closed Boost 1.40.0 utility Boost 1.38.0 Showstopper duplicate BOOST_NO_IOSTREAM, boost::blank, iostream