$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Graph] LEDA adapter - concept check VertexListGraph fails
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2011-12-18 19:58:22
On Mon, 19 Dec 2011, Jens Müller wrote:
> 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 ...
Dave Abrahams; see svn commit 19070 for the full set of changes.
-- Jeremiah Willcock