[Fusion] Issue with map and c++11 (ticket 9455)
https://svn.boost.org/trac/boost/ticket/9455 I posted this bug report a few months ago and thought I'd follow up on the mailing list to highlight it. To summarise, in-place construction of a class containing a fusion map is broken since 1.55 with gcc 4.8/4.7 in c++11 mode. The problem is not present with c++11 mode disabled or when using previous boost versions (tested with 1.51 & 1.54). I re-tested this issue today using git master and the issue is still present. Chris Crickmar
On 3/18/14, 9:47 PM, Chris Crickmar wrote:
https://svn.boost.org/trac/boost/ticket/9455
I posted this bug report a few months ago and thought I’d follow up on the mailing list to highlight it. To summarise, in-place construction of a class containing a fusion map is broken since 1.55 with gcc 4.8/4.7 in c++11 mode. The problem is not present with c++11 mode disabled or when using previous boost versions (tested with 1.51 & 1.54).
I re-tested this issue today using git master and the issue is still present.
Fixed now. Please check. Thanks for reporting. Regards, -- Joel de Guzman http://www.ciere.com http://boost-spirit.com http://www.cycfi.com/
participants (2)
-
Chris Crickmar
-
Joel de Guzman