3 Apr
2009
3 Apr
'09
2:22 p.m.
Hello Following my previous post, the transformed iterator has input iterator tag (not forward, not bidir, not random) BOOST_STATIC_ASSERT(( boost::is_convertible< iteratorIntoFirst, std::input_iterator_tag
::value ));
But it should be random_access... Is there anything extra I need to put in the Unary fct of transform_iterator? Rds,