Compile [2024-11-19 06:46:13 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\ratio\test\quick.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\ratio\test\quick.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\quick.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\core\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\ratio\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include"
quick.cpp
..\boost/ratio/ratio.hpp(43) : error C2988: unrecognizable template declaration/definition
..\boost/ratio/ratio.hpp(43) : error C2059: syntax error : 'using'
..\boost/ratio/ratio.hpp(47) : error C2143: syntax error : missing ';' before '}'
..\libs\ratio\test\quick.cpp(11) : error C2065: 'R1' : undeclared identifier
..\libs\ratio\test\quick.cpp(11) : error C2065: 'R2' : undeclared identifier
..\libs\ratio\test\quick.cpp(11) : error C2923: 'std::ratio_multiply' : 'R1' is not a valid template type argument for parameter '_R1'
..\libs\ratio\test\quick.cpp(11) : error C2923: 'std::ratio_multiply' : 'R2' is not a valid template type argument for parameter '_R2'
..\libs\ratio\test\quick.cpp(11) : warning C4346: 'std::ratio_multiply<_R1,_R2>::type' : dependent name is not a type
prefix with 'typename' to indicate a type
..\libs\ratio\test\quick.cpp(11) : error C2146: syntax error : missing ';' before identifier 'R3'
..\libs\ratio\test\quick.cpp(11) : error C2065: 'R3' : undeclared identifier
..\libs\ratio\test\quick.cpp(13) : error C2653: 'R3' : is not a class or namespace name
..\libs\ratio\test\quick.cpp(13) : error C2065: 'num' : undeclared identifier
..\libs\ratio\test\quick.cpp(13) : error C2065: 'den' : undeclared identifier