
13 Dec
2009
13 Dec
'09
8:35 a.m.
It looks like the BGL concepts are in boost::concepts, not just the boost namespace. Try using that name qualification and try auto-competion again.
Hi Jeremiah, Yes, I forgot to mention that I had tried that after looking into graph_concepts.hpp. In my code: boost:: boost::concepts:: concepts:: ..all came up with diddly-squat in terms of graph concepts. Any thoughts?