
27 Mar
2012
27 Mar
'12
8:53 a.m.
Hi Peeps
Can anyone cast any light on this...
I want to write function which accepts a single pass range of X's, so
something like this
struct X { };
template <typename T>
BOOST_CONCEPT_REQUIRES(
(( boost::SinglePassRangeConcept<T> )),
( typename boost::enable_if