Specifying an alternate 'operator>>' for istream_iterator
For istream_iterator or ostream_iterator, the operator '<<' and '>>' are
used to serialize the data. Have anyone ever needed another operator
(typically for serializing to another format, for example binary) ? To
implement this, it seems possible to add the serializing operator to
istream_iterator, as an extra template argument, which would by default
use the existing operator>>.
In other words :
template
Hi, I am new to Boost, thus please don't kick me too hard, if my question is stupid. Is it possible to use Boost Regression Test framework for a stand-alone project? Meaning that my project is located in an arbitrary directory and should not be coupled with Boost libraries. The Boost unit test facility works well. However, I got quite lost in Jamfiles for Boost Regression Test. Is there any documentation on it (besides ...more/regression.html)? Any easy way? Thank you very much. Best regards, Vsevolod Vlaskine ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs
participants (2)
-
remi.chateauneu@gmx.de
-
Vsevolod Vlaskin