Boost logo

Boost :

Subject: Re: [boost] [Concept Checking] function_requires
From: Jens Müller (blog_at_[hidden])
Date: 2011-12-18 10:20:48


On 18.12.2011 13:08, Jens Müller wrote:
>
> function_requires still appears in a lot of test cases of the Graph
> library. So if it is that easy to change, I would hand in a patch.

Should it be

BOOST_CONCEPT_ASSERT((MutableEdgeListGraphConcept<Graph>));

or

BOOST_CONCEPT_ASSERT(( MutableEdgeListGraphConcept<Graph> ));

- Jens


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk