$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: hankel_o_fung_at_[hidden]
Date: 2001-03-25 10:16:31
--- In boost_at_y..., "David Abrahams" <abrahams_at_m...> wrote:
> If instead, the algorithm could be invoked thus,
>
> dijkstra_shortest_paths(g, start,
> weight_map(my_weights).visitor(my_visitor))
>
> the interface would be far simpler.
This is great! The interface is much cleaner. And I think
you also want the order of the maps and visitors to be
irrelevant, right?
Cheers,
Hankel