id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11211,Fusion example no longer compiles (BOOST_FUSION_DEFINE_STRUCT),Adrián Etchevarne ,Joel de Guzman,"From the manual: {{{ #include #include ""boost/fusion/adapted/struct/define_struct.hpp"" // demo::employee is a Fusion sequence BOOST_FUSION_DEFINE_STRUCT( (demo), employee, (std::string, name) (int, age)) int main() { } }}} It fails to compile with boost 1.58. With boost 1.57, compiles successfully. g++ --std=c++11 test.cpp -I /home/saknussemm/downloads/boost_1_58_0 clang fails with a similar error. ",Bugs,closed,Boost 1.59.0,fusion,Boost 1.58.0,Regression,fixed,fusion,flast@…