Test output: teeks99-09-v12m-64onAMD64 - charconv - limits / msvc-12.0
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 10:22:31 +0000
Compile [2024-11-19 11:56:23 UTC]: fail


    call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-12.0\msvc-setup.bat" amd64 >nul
 cl /Zm800 -nologo "..\libs\charconv\test\limits.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\charconv\test\limits.test\msvc-12.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\limits.obj"     -TP /wd4675 /EHs /GR /Od /Ob0 /W4 /WX /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -DBOOST_ALL_NO_LIB=1 -DBOOST_CHARCONV_DYN_LINK=1 -DBOOST_CHARCONV_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\charconv\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" 

limits.cpp
..\boost/charconv/limits.hpp(25) : error C2144: syntax error : 'int' should be preceded by ';'
..\boost/charconv/limits.hpp(25) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/charconv/limits.hpp(46) : error C2144: syntax error : 'int' should be preceded by ';'
        ..\boost/charconv/limits.hpp(73) : see reference to class template instantiation 'boost::charconv::limits<T>' being compiled
..\boost/charconv/limits.hpp(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/charconv/limits.hpp(60) : error C2144: syntax error : 'int' should be preceded by ';'
..\boost/charconv/limits.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/charconv/limits.hpp(60) : error C2086: 'int boost::charconv::limits<T>::constexpr' : redefinition
        ..\boost/charconv/limits.hpp(46) : see declaration of 'boost::charconv::limits<T>::constexpr'
..\boost/charconv/limits.hpp(89) : error C2144: syntax error : 'int' should be preceded by ';'
..\boost/charconv/limits.hpp(89) : error C2065: 'T' : undeclared identifier
..\boost/charconv/limits.hpp(89) : error C2923: 'boost::charconv::limits' : 'T' is not a valid template type argument for parameter 'T'
..\boost/charconv/limits.hpp(89) : error C2143: syntax error : missing ';' before '<end Parse>'