Boost C++ Libraries: Ticket #6713: droppable_accumulator breaks GCC 4.6.2 in C++11 mode https://svn.boost.org/trac10/ticket/6713 <p> 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. </p> <pre class="wiki">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&lt;Accumulator&gt;::droppable_accumulator(const boost::accumulators::droppable_accumulator&lt;Accumulator&gt;&amp;)’: /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 ‘&gt;’ /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’ </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6713 Trac 1.4.3 Eric Niebler Tue, 20 Mar 2012 19:54:20 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6713#comment:1 https://svn.boost.org/trac10/ticket/6713#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Forgot a <code>typename</code>. Fixed on trunk as of <a class="changeset" href="https://svn.boost.org/trac10/changeset/77437" title="add missing typename">[77437]</a>. Sorry 'bout that. </p> Ticket