$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Unable to access graph concepts
From: Nick Wiggill (nick.wiggill_at_[hidden])
Date: 2009-12-13 03:35:41
> 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?