Boost logo

Boost Users :

Subject: [Boost-users] failure of VertexListGraphConcept check
From: Christian Bähnisch (christian-baehnisch_at_[hidden])
Date: 2009-05-20 07:16:09


Hello,

Trying to write an BGL adaption of a BGL foreign graph-class I followed the
conversion guide:
"http://www.boost.org/doc/libs/1_39_0/libs/graph/doc//leda_conversion.html"

Using
"boost::function_requires<boost::VertexListGraphConcept<MyGraph> >();"
in order to check my implemetation gcc complains about:
"boost/graph/graph_concepts.hpp:199: error: no matching function for call to
'vertices(const MyGraph&)'"

I further noticed that the test-case "stanford_graph_cc.cpp" found in
"BOOST/libs/graph/test" also fails with this error.

Any help would be much appreciated!

greetings, Chris


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net