$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Müller (jens.mueller_at_[hidden])
Date: 2007-02-19 14:15:30
Ovanes Markarian schrieb:
> First you initialize
>
> Graph g;
>
>
> Afterward you initialize:
>
> Graph G(5);
> //add some vertices and edges
>
>
> And then you start to work with empty Graph g ;) Sure it will not work!
>
>
> If you simply remove
>
> Graph g;
>
> compiler will point you what to fix ;)
>
Sure :-)
Thanks a lot! Damn tunnel vision ...
Jens