Test output: teeks99-09-v10m-64onAMD64 - endian - order_test / msvc-10.0
Rev 7e09330c84621efd22370bf57289b67c7283ee21 / Sat, 16 Nov 2024 01:38:18 +0000
Compile [2024-11-16 03:09:24 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\endian\test\order_test.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\endian\test\order_test.test\msvc-10.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\order_test.obj"     -TP /wd4675 /EHs /GR /Od /Ob0 /W4 /WX /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\endian\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" 

order_test.cpp
..\boost/endian/detail/order.hpp(44) : error C2332: 'enum' : missing tag name
..\boost/endian/detail/order.hpp(45) : error C2236: unexpected 'class' 'boost::endian::order'. Did you forget a ';'?
..\boost/endian/detail/order.hpp(45) : error C3381: 'boost::endian::order' : assembly access specifiers are only available in code compiled with a /clr option
..\boost/endian/detail/order.hpp(46) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/endian/detail/order.hpp(47) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/endian/detail/order.hpp(49) : error C2065: 'little' : undeclared identifier
..\boost/endian/detail/order.hpp(49) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/endian/detail/order.hpp(49) : error C2864: 'boost::endian::order::native' : only static const integral data members can be initialized within a class
..\boost/endian/detail/order.hpp(49) : error C2143: syntax error : missing ';' before '}'
..\libs\endian\test\order_test.cpp(71) : error C2039: 'native' : is not a member of 'boost::endian::order'
        ..\boost/endian/detail/order.hpp(45) : see declaration of 'boost::endian::order'
..\libs\endian\test\order_test.cpp(71) : error C2065: 'native' : undeclared identifier
..\libs\endian\test\order_test.cpp(71) : error C2039: 'little' : is not a member of 'boost::endian::order'
        ..\boost/endian/detail/order.hpp(45) : see declaration of 'boost::endian::order'
..\libs\endian\test\order_test.cpp(71) : error C2065: 'little' : undeclared identifier
..\libs\endian\test\order_test.cpp(76) : error C2039: 'native' : is not a member of 'boost::endian::order'
        ..\boost/endian/detail/order.hpp(45) : see declaration of 'boost::endian::order'
..\libs\endian\test\order_test.cpp(76) : error C2065: 'native' : undeclared identifier
..\libs\endian\test\order_test.cpp(76) : error C2039: 'big' : is not a member of 'boost::endian::order'
        ..\boost/endian/detail/order.hpp(45) : see declaration of 'boost::endian::order'
..\libs\endian\test\order_test.cpp(76) : error C2065: 'big' : undeclared identifier