
18 Dec
2011
18 Dec
'11
3:20 p.m.
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