On 15 May 2014 19:21, 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 > ) );


A minimal, but complete, bit of code demonstrating the error would be helpful.

Thx, Rob.