$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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