
4 Nov
2008
4 Nov
'08
9:06 p.m.
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