Compile [2024-11-16 03:08:46 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-10.0\msvc-setup.bat" amd64 >nul
cl /Zm800 -nologo "..\libs\conversion\test\implicit_cast.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\conversion\test\implicit_cast.test\msvc-10.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\implicit_cast.obj" -TP /wd4675 /EHs /GR /Od /Ob0 /W4 /MDd /Zc:forScope /Zc:wchar_t /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\conversion\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include"
implicit_cast.cpp
..\boost/implicit_cast.hpp(31) : error C2146: syntax error : missing ';' before identifier 'T'
..\boost/implicit_cast.hpp(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/implicit_cast.hpp(31) : error C2146: syntax error : missing ';' before identifier 'implicit_cast'
..\boost/implicit_cast.hpp(31) : error C2065: 'T' : undeclared identifier
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(78) : error C2143: syntax error : missing ';' before 'identifier'
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(78) : warning C4091: 'typedef ' : ignored on left of '_div_t' when no variable is declared
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(78) : fatal error C1075: end of file found before the left brace '{' at 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\stdlib.h(31)' was matched