$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] A bug in const bundle_property_map or in Readable Property Map Concept ?
From: Geoff Hilton (geoff.hilton_at_[hidden])
Date: 2009-06-03 12:57:39
Andrew Sutton wrote:
> This should fail for any version of Boost < 1.40. The cosnt_type
> generator causes the property map to be generated with cosnt value_type,
> which causes the problem. This has been fixed in trunk.
>
> Andrew Sutton
> andrew.n.sutton_at_[hidden] <mailto:andrew.n.sutton_at_[hidden]>
From the "[BGL] Bundled properties and property maps" thread; thank you!
Geoff