[range] A macro to disable iterator_range io

11 Feb
2011
11 Feb
'11
1:24 p.m.
Hello, would it be possible to add a configuration macro in iterator_range.hpp like : #if !defined(BOOST_ITERATOR_RANGE_NO_IO) #include "boost/range/iterator_range_io.hpp" #endif so that custom versions of the insertion operator for iterator_range won't clash with the one provided by boost ? We could include only the core include (iterator_range_core.hpp) but other boost libraries seems to include iterator_range.hpp which include the io header... Samuel
5238
Age (days ago)
5238
Last active (days ago)
0 comments
1 participants
participants (1)
-
Samuel Debionne