$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-04 01:10:00
Kaled Ahmed wrote:
> The following snippet from the BGL User Guide and Reference Manual, gives
> an error using Borland CBX:
>
> template <typename Graph, typename TransDelayMap, typename VertexNameMap>
> void print_trans_delay( typename graph_traits<Graph>::edge_descriptor e,
> const Graph& g,TransDelayMAp delay_map, VertexNameMap name_map)
Is the upper-case 'A' in TransDelayMAp are typo in this post, or in code.
The template parameter is TransDelayMap.
- Volodya