Boost logo

Boost :

Subject: Re: [boost] [Concept Checking] function_requires
From: Dave Abrahams (dave_at_[hidden])
Date: 2011-12-18 12:02:13


on Sun Dec 18 2011, Jens Müller <blog-AT-tessarakt.de> wrote:

> 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> ));

Take your pick.

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

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