[fusion] Broken compilation on MSVC (was: [testing] Compile failures on MSVC (teeks))

On Thu, Oct 30, 2014 at 1:28 PM, Andrey Semashev <andrey.semashev@gmail.com> wrote:
Hi,
I'm seeing weird compilation failures on Teeks (MSVC 10 and 11):
http://www.boost.org/development/tests/develop/developer/output/teeks99-08c-...
http://www.boost.org/development/tests/develop/developer/output/teeks99-08d-...
The weird part is this:
D:\teeks99-08\d\boost_root\boost/fusion/support/detail/result_of.hpp(32) : error C2143: syntax error : missing ',' before '...'
I cannot find the boost/fusion/support/detail/result_of.hpp file in git. Am I missing something or these test machines are broken somehow?
Oh, sorry, I was looking at the master local branch, and it fails on develop. Anyway, the header is there and it is broken for compilers not supporting variadic templates.
participants (1)
-
Andrey Semashev