$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] possible Bug in property handling
From: Ralf Goertz (R_Goertz_at_[hidden])
Date: 2009-08-29 02:55:39
Jeremiah Willcock wrote:
> It appears that name_map is not initialized. You need to do something
> like:
>
> id_name_map_t name_map = get(vertex_name, g);
>
> to get the property map before you use it.
Thanks, that did it.
Ralf