$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-08-27 01:41:27
Hi Janusz,
Janusz Piwowarski wrote:
> Hi all
>
> gcc 3.2 generates warnings about implicit typename in line 313 in file
> adjacency_list_io.hpp. I think either there should be EdgePrinter<G,E>
> call or class G should be renamed to Graph, as is in the rest of
> templates in this file.
Thanks for pointing this out. Changes to 'Graph'.
- Volodya