id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11864,C4348 - Multiple warnings in Boost::Spirit,Alister Fong ,Joel de Guzman,"When compiling using Boost 1.60 in MSVC 2010 I get the following 2 warnings which I never had before when using Boost 1.58 and is really annoying. ============================================================================ 3>\boost/spirit/home/support/terminal.hpp(264): warning C4348: 'boost::spirit::terminal::result_helper' : redefinition of default parameter : parameter 3 3> with 3> [ 3> Terminal=boost::spirit::tag::lit 3> ] 3> F:\CASS2\RR\library\Boost\include\boost/spirit/home/support/terminal.hpp(270) : see declaration of 'boost::spirit::terminal::result_helper' 3> with 3> [ 3> Terminal=boost::spirit::tag::lit 3> ] ============================================================================ ============================================================================ 3>\boost/spirit/home/support/terminal.hpp(264): warning C4348: 'boost::spirit::terminal::result_helper' : redefinition of default parameter : parameter 4 3> with 3> [ 3> Terminal=boost::spirit::tag::ulong_ 3> ] 3> F:\CASS2\RR\library\Boost\include\boost/spirit/home/support/terminal.hpp(270) : see declaration of 'boost::spirit::terminal::result_helper' 3> with 3> [ 3> Terminal=boost::spirit::tag::ulong_ 3> ] 3> \boost/spirit/home/support/common_terminals.hpp(142) : see reference to class template instantiation 'boost::spirit::terminal' being compiled 3> with 3> [ 3> Terminal=boost::spirit::tag::ulong_ 3> ] ============================================================================ ",Bugs,closed,To Be Determined,spirit,Boost 1.60.0,Problem,fixed,,braden@…