
30 May
2005
30 May
'05
10:46 p.m.
Matthias Troyer wrote:
Hi,
Several places in Boost try to detect BOOST_OLD_IOSTREAMS using the following ifdefs:
<snip>
This incorrectly defines BOOST_OLD_IOSTREAMS for the Cray X1 C++ compiler. Could this be changed to include an && !defined(__crayx1) or something similar as in:
<snip>
boost/dynamic_bitset/config.hpp boost/range/iterator_range.hpp libs/dynamic_bitset/example/timing_tests.cpp
I applied your fix to iterator_range.hpp and to the iostreams library. Jonathan