$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [phoenix] adding const to member_variable bind
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-11-04 16:06:57
AMDG
Christian Henning wrote:
> My question is how can I convert or cast the "&point::_prob" into a
> const reference?
static_cast<const double point::*>(&point::_prob) should work, but
really, this
is a bug in phoenix. Patch against the trunk attached.
In Christ,
Steven Watanabe