$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Unable to access graph concepts
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-12-13 12:10:11
On Sun, 13 Dec 2009, Nick Wiggill wrote:
>> 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?
If you type the name by hand does the compiler find it? It looks like
those concepts are defined by a macro that auto-complete might not be able
to understand.
-- Jeremiah Willcock