
19 Dec
2011
19 Dec
'11
12:58 a.m.
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