On 2/2/2015 5:29 AM, Jürgen Hunold wrote:
Hi!
It seems that
commit 01848af60d7639fd441b5d03462e848175cf1692 Merge: fd135a0 dc54fee Author: Edward Diener <...@...> Date: Fri Jan 30 23:16:08 2015 -0500
Merge branch 'vctuple' into develop
completely breaks Boost.Accumulator on all msvc versions. I've some code breaking with msvc-12.0 and the msvc-10.0 tests in the regression matrix are all red. For example:
http://www.boost.org/development/tests/develop/developer/output/teeks99-08c-...
fails with:
.../accumulators/reference_accumulator.hpp(72) : error C2061: syntax error : identifier 'BOOST_PP_CAT' .../accumulators/reference_accumulator.hpp(72) : error C2947: expecting '>' to terminate template-parameter-list, found '>' .../accumulators/reference_accumulator.hpp(72) : fatal error C1903: unable to recover from previous error(s); stopping compilation
Yours,
Jürgen
Thanks for alerting me. I will revert the fix and then look into the problem.