Boost logo

Boost Users :

From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2007-08-28 12:52:42


On 8/28/07, Sam Peterson <peabodyenator_at_[hidden]> wrote:
>
> On 8/28/07, Stephan Diederich <stephan.diederich_at_[hidden]> wrote:
>
> > Just rechecked, but I think I chose setS: (maybe bad formatting?)
> > typedef adjacency_list<setS, vecS, directedS, Vertex,
> > Edge,no_property, setS> Graph;
>
> No, you chose setS for the vertex list, try this and see if it works for
> you:
>
> typedef adjacency_list<vecS, setS, directedS, Vertex> Graph;

This is inconsistent IMO:
  template <class OutEdgeListS = vecS, // a Sequence or an
AssociativeContainer
            class VertexListS = vecS, // a Sequence or a
RandomAccessContainer
            class DirectedS = directedS,
            class VertexProperty = no_property,
            class EdgeProperty = no_property,
            class GraphProperty = no_property,
            class EdgeListS = listS>
  class adjacency_list

Jon



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