Boost logo

Boost Users :

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



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net