id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 9455,[fusion][c++11] In place construction of a class containing a fusion map is broken,Chris Crickmar ,Joel de Guzman,"In place construction of a class containing a fusion map is broken using 1.55 and gcc 4.8 in c++11 mode. The problem is not present with c++11 disabled or when using previous boost versions (tested with 1.51 & 1.54). Assuming a class ClassA contains a fusion map. The following code functions correctly: {{{ ClassA object1; std::pair pair0(0, object1); }}} This example does not function correctly: {{{ std::pair pair0(0, ClassA()); }}} Minimal sample attached. Chris",Bugs,closed,To Be Determined,fusion,Boost 1.55.0,Regression,fixed,,