On Thu, May 15, 2014 at 7:21 PM, Jens Müller <blog@tessarakt.de> wrote:
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