$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Fred Labrosse (ffl_at_[hidden])
Date: 2006-04-20 03:34:47
On Wednesday 19 Apr 2006 21:26, Johan Oudinet wrote:
> > Should that be something like:
> >
> > default_writer dw;
> > default_writer gw;
> > write_graphviz(of, theMap, pw, dw, gw, get(&place.getNumber(), theMap));
>
> No, you're get parameter is wrong, try this :
> write_graphviz (of, theMap, pw, dw, gw, get (&place::number, theMap));
>
Yes, I gathered that last night when I tried it. This also means that I need
to have public attributes instead of get functions... :-(
Thanks anyway.
Fred