$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Concept.Check] BOOST_CONCEPT_ASSERT and OutputIterator
From: Neil Groves (neil_at_[hidden])
Date: 2014-05-15 14:50:24
On Thu, May 15, 2014 at 7:21 PM, Jens Müller <blog_at_[hidden]> 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