Compile [2024-11-15 23:55:14 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.3\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\type_traits\test\promote_enum_msvc_bug_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\type_traits\test\promote_enum_msvc_bug_test.test\msvc-14.3\dbg\x86_6\dbg-symbl-off\thrd-mlt\promote_enum_msvc_bug_test.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W4 /WX /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend /std:c++latest -DBOOST_ALL_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 "-I.." "-I..\libs\type_traits\test\libs\tt2\light\include"
promote_enum_msvc_bug_test.cpp
..\libs\type_traits\test\promote_enum_msvc_bug_test.cpp(32): error C2338: static_assert failed: '(boost::is_same<T, unsigned int>::value)'
..\libs\type_traits\test\promote_enum_msvc_bug_test.cpp(32): note: the template instantiation context (the oldest one first) is
..\libs\type_traits\test\promote_enum_msvc_bug_test.cpp(37): note: see reference to function template instantiation 'void assert_is_uint<int>(T)' being compiled
with
[
T=int
]
C:\teeks99-09\run\boost_root\libs\type_traits\test\promote_util.hpp(30): error C2338: static_assert failed: '( ::boost::is_same< promoted , Promoted >::value )'
C:\teeks99-09\run\boost_root\libs\type_traits\test\promote_util.hpp(30): note: the template instantiation context (the oldest one first) is
..\libs\type_traits\test\promote_enum_msvc_bug_test.cpp(38): note: see reference to function template instantiation 'void test_cv<UIntEnum,unsigned int>(void)' being compiled
C:\teeks99-09\run\boost_root\libs\type_traits\test\promote_util.hpp(31): error C2338: static_assert failed: '( ::boost::is_same< promoted_c , Promoted const >::value )'
C:\teeks99-09\run\boost_root\libs\type_traits\test\promote_util.hpp(32): error C2338: static_assert failed: '( ::boost::is_same< promoted_v , Promoted volatile >::value )'
C:\teeks99-09\run\boost_root\libs\type_traits\test\promote_util.hpp(33): error C2338: static_assert failed: '( ::boost::is_same< promoted_cv, Promoted const volatile >::value )'