
29 Jun
2011
29 Jun
'11
2:20 p.m.
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