$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [1.47.0] permission to merge phoenix bugfix
From: Thomas Heller (thom.heller_at_[hidden])
Date: 2011-06-29 10:20:55
Hi,
I just managed to get my hands on this bug report:
https://svn.boost.org/trac/boost/ticket/5626
The bug pointed out a sever failure in the phoenix return type calculation
meta programs.
The changeset fixing this problem is:
http://svn.boost.org/trac/boost/changeset/72794
Please don't be intimidated by the huge number of changed lines. Most of them
are due to a regenaration of the (partially) preprocessed header files.
The risk of this fix should be relatively low. It just fixes a problem
introduced by emulating perfect forwarding which wasn't addressed before.
Hope it is not too late for the fix.
Thanks,
Thomas