Boost logo

Boost Users :

From: Vladimir Prus (yg-boost-users_at_[hidden])
Date: 2003-05-19 00:15:40


Hello Chuck,

Chuck Messenger wrote:
> edge_proprety.cpp, as included in Boost release 1.30.0, generates
> warnings under gcc 3.2.2, since it is missing a couple of typenames.
>
> Here's the needed patch:
>
> 95c95
> < property_map<Graph, edge_mycapacity_t>::const_type
> ---
> > typename property_map<Graph, edge_mycapacity_t>::const_type
> 97c97
> < property_map<Graph, edge_myflow_t>::const_type
> ---
> > typename property_map<Graph, edge_myflow_t>::const_type

Applied, thanks.

- Volodya


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