|
Boost : |
Subject: [boost] [range] A macro to disable iterator_range io
From: Samuel Debionne (debionne_at_[hidden])
Date: 2011-02-11 08:24:29
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk