Boost logo

Boost :

Subject: Re: [boost] [Graph] LEDA adapter - concept check VertexListGraph fails
From: Jens Müller (blog_at_[hidden])
Date: 2011-12-18 18:25:39


On 18.12.2011 23:36, Jeremiah Willcock wrote:
>> #ifdef BOOST_VECTOR_AS_GRAPH_GRAPH_ADL_HACK
>> template <class T>
>> typename T::ThereReallyIsNoMemberByThisNameInT vertices(T const&);
>> #endif
>>
>> This line is mentioned in the error message, so
>> BOOST_VECTOR_AS_GRAPH_GRAPH_ADL_HACK _is_ indeed defined.
>
> That's odd; I can see a need for a using declaration, but not for a
> strange function like that one.

If I remove it, all kinds of non-LEDA tests start to fail.

Do you know who dwa is? He probably had something in mind when inventing
this hack ...

- Jens


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