Compile [2024-11-19 08:29:46 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-11.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-11.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
..\boost/implicit_cast.hpp(31) : error C2923: 'boost::detail::icast_identity' : 'T' is not a valid template type argument for parameter 'T'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\crtdbg.h(180) : error C2143: syntax error : missing ';' before 'identifier'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\crtdbg.h(180) : warning C4091: 'typedef ' : ignored on left of '_CrtMemState' when no variable is declared
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\crtdbg.h(180) : fatal error C1075: end of file found before the left brace '{' at 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\crtdbg.h(35)' was matched