15 May
2014
15 May
'14
6:50 p.m.
On Thu, May 15, 2014 at 7:21 PM, Jens Müller
Hi,
what might be wrong about this concept check?
BOOST_CONCEPT_ASSERT( ( OutputIterator< std::back_insert_iterator< std::vector< bool > >, bool > ) );
I suspect that you simply need to add boost:: before OutputIterator. If this is not the case then please post a complete code example. Regards, Neil Groves