
On Wed, Jun 29, 2011 at 10:20 AM, Thomas Heller <thom.heller@googlemail.com> wrote:
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.
OK to merge. Say "Authorized by Beman". Please watch the test results. Thanks, --Beman