19 Apr
2006
19 Apr
'06
7:32 p.m.
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
. 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