Boost logo

Boost Users :

From: Daniel Mitchell (danmitchell_at_[hidden])
Date: 2006-04-19 15:32:35


On Wednesday 19 April 2006 09:20, Louis Lavery wrote:
> It seems to me the stamp's type should be edges_size_type,

Ideally, but std::size_t works just as well. In fact, edges_size_type is
almost certainly a typedef std::size_t.

> but that's not available via
> adjacency_list_traits<EdgeList,VertexList,Directed>. Should it be? Can
> it be?

It could be, but currently isn't because edges_size_type depends on the
EdgeListS template parameter of adjacency_list.

Daniel


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