id summary reporter owner description type status milestone component version severity resolution keywords cc 6713 droppable_accumulator breaks GCC 4.6.2 in C++11 mode Bryce Adelstein Lelbach Eric Niebler "Including Boost.Accumulators breaks for me, using GCC 4.6.2 (in C++11 mode) on the top of trunk (77425). Platform is x86-64 Linux. {{{ In file included from /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulator_set.hpp:28:0, from /home/wash/development/boost/debug-install/boost/accumulators/accumulators.hpp:12, from /home/wash/development/hpx_release/hpx/util/block_profiler.hpp:15, from /home/wash/development/hpx_release/hpx/lcos/packaged_task.hpp:21, from /home/wash/development/hpx_release/hpx/lcos/async.hpp:13, from /home/wash/development/hpx_release/hpx/runtime/agas/addressing_service.hpp:30, from /home/wash/development/hpx_release/hpx/runtime/naming/resolver_client.hpp:11, from /home/wash/development/hpx_release/hpx/runtime.hpp:14, from /home/wash/development/hpx_release/src/exception.cpp:11: /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulators/droppable_accumulator.hpp: In copy constructor ‘boost::accumulators::droppable_accumulator::droppable_accumulator(const boost::accumulators::droppable_accumulator&)’: /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulators/droppable_accumulator.hpp:173:54: error: expected type-specifier /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulators/droppable_accumulator.hpp:173:54: error: expected ‘>’ /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulators/droppable_accumulator.hpp:173:54: error: expected ‘(’ /home/wash/development/boost/debug-install/boost/accumulators/framework/accumulators/droppable_accumulator.hpp:173:82: error: expected ‘)’ before ‘const’ }}} " Bugs closed To Be Determined accumulator Boost Development Trunk Problem fixed hkaiser@…