Boost logo

Boost Users :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-05-31 13:23:48


On May 30, 2006, at 5:07 PM, Jens Müller wrote:

> I switched from 1.33.1 to CVS, and after that, my test programm did
> not
> work any longer ...
>
> The relevant part is:
>
> typedef adjacency_list<vecS, vecS, undirectedS,
> property<vertex_name_t, std::string,
> property<decomposition_index_t, int,
> property<coordinates_sq_t,
> simple_point<double>,
> property<coordinates_circle_t, Polar<double>,
> VParams > > > > > MyGraph;
>
>
>
> (Before it was Graph instead of MyGraph).
> [snip]
> Can someone explain to me what's happening here?

This looks like fallout from recent changes to the concept checking
library. There is now a template called "Graph" in namespace boost,
and we
find that as well as your "Graph" typedef. We're looking into it...

        Doug


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