Test output: teeks99-09-v11d-64onAMD64 - uuid - test_time_generator_v6_3 / msvc-11.0
Rev e8056f69c95fd5bbc08528738f43c8114da4f3b8 / Tue, 19 Nov 2024 05:18:24 +0000
Compile [2024-11-19 06:48:34 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\uuid\test\test_time_generator_v6_3.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\uuid\test\test_time_generator_v6_3.test\msvc-11.0\dbg\x86_6\dbg-symbl-off\thrd-mlt\test_time_generator_v6_3.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\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\uuid\include" 

test_time_generator_v6_3.cpp
..\boost/uuid/uuid_clock.hpp(19) : error C2873: 'rep' : symbol cannot be used in a using-declaration
..\boost/uuid/uuid_clock.hpp(19) : error C2143: syntax error : missing ';' before '='
..\boost/uuid/uuid_clock.hpp(19) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(20) : error C2873: 'period' : symbol cannot be used in a using-declaration
..\boost/uuid/uuid_clock.hpp(20) : error C2143: syntax error : missing ';' before '='
..\boost/uuid/uuid_clock.hpp(20) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(21) : error C2873: 'duration' : symbol cannot be used in a using-declaration
..\boost/uuid/uuid_clock.hpp(21) : error C2143: syntax error : missing ';' before '='
..\boost/uuid/uuid_clock.hpp(21) : error C2065: 'rep' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(21) : error C2065: 'period' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(21) : error C2923: 'std::chrono::duration' : 'rep' is not a valid template type argument for parameter '_Rep'
..\boost/uuid/uuid_clock.hpp(21) : error C2923: 'std::chrono::duration' : 'period' is not a valid template type argument for parameter '_Period'
..\boost/uuid/uuid_clock.hpp(21) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(22) : error C2873: 'time_point' : symbol cannot be used in a using-declaration
..\boost/uuid/uuid_clock.hpp(22) : error C2143: syntax error : missing ';' before '='
..\boost/uuid/uuid_clock.hpp(22) : error C2065: 'duration' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(22) : error C2923: 'std::chrono::time_point' : 'duration' is not a valid template type argument for parameter '_Duration'
..\boost/uuid/uuid_clock.hpp(22) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(24) : error C2144: syntax error : 'bool' should be preceded by ';'
..\boost/uuid/uuid_clock.hpp(24) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(24) : error C2864: 'boost::uuids::uuid_clock::is_steady' : only static const integral data members can be initialized within a class
..\boost/uuid/uuid_clock.hpp(26) : error C2146: syntax error : missing ';' before identifier 'now'
..\boost/uuid/uuid_clock.hpp(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(26) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(26) : warning C4183: 'now': missing return type; assumed to be a member function returning 'int'
..\boost/uuid/uuid_clock.hpp(28) : error C2146: syntax error : missing ';' before identifier 'from_sys'
..\boost/uuid/uuid_clock.hpp(28) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(28) : error C2086: 'int boost::uuids::uuid_clock::time_point' : redefinition
        ..\boost/uuid/uuid_clock.hpp(26) : see declaration of 'boost::uuids::uuid_clock::time_point'
..\boost/uuid/uuid_clock.hpp(28) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(28) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(28) : error C2143: syntax error : missing ';' before '<end Parse>'
..\boost/uuid/uuid_clock.hpp(28) : warning C4183: 'from_sys': missing return type; assumed to be a member function returning 'int'
..\boost/uuid/uuid_clock.hpp(29) : error C2065: 'duration' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(29) : error C2923: 'std::chrono::time_point' : 'duration' is not a valid template type argument for parameter '_Duration'
..\boost/uuid/uuid_clock.hpp(29) : error C2238: unexpected token(s) preceding ';'
..\boost/uuid/uuid_clock.hpp(31) : error C2146: syntax error : missing ';' before identifier 'from_timestamp'
..\boost/uuid/uuid_clock.hpp(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(31) : error C2086: 'int boost::uuids::uuid_clock::time_point' : redefinition
        ..\boost/uuid/uuid_clock.hpp(26) : see declaration of 'boost::uuids::uuid_clock::time_point'
..\boost/uuid/uuid_clock.hpp(31) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(31) : warning C4183: 'from_timestamp': missing return type; assumed to be a member function returning 'int'
..\boost/uuid/uuid_clock.hpp(32) : error C2061: syntax error : identifier 'time_point'
..\boost/uuid/uuid_clock.hpp(32) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(35) : error C2143: syntax error : missing ';' before 'boost::uuids::uuid_clock::now'
..\boost/uuid/uuid_clock.hpp(36) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(36) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(41) : error C2143: syntax error : missing ';' before 'boost::uuids::uuid_clock::from_sys'
..\boost/uuid/uuid_clock.hpp(41) : error C2433: 'boost::uuids::uuid_clock::time_point' : 'inline' not permitted on data declarations
..\boost/uuid/uuid_clock.hpp(41) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(41) : error C2065: 'Duration' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(41) : error C2923: 'std::chrono::time_point' : 'Duration' is not a valid template type argument for parameter '_Duration'
..\boost/uuid/uuid_clock.hpp(49) : warning C4346: 'boost::uuids::uuid_clock::from_sys' : dependent name is not a type
        prefix with 'typename' to indicate a type
..\boost/uuid/uuid_clock.hpp(49) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(51) : error C2039: 'duration' : is not a member of 'boost::uuids::uuid_clock'
        ..\boost/uuid/uuid_clock.hpp(16) : see declaration of 'boost::uuids::uuid_clock'
..\boost/uuid/uuid_clock.hpp(51) : error C2065: 'duration' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(51) : error C2923: 'std::chrono::time_point' : 'duration' is not a valid template type argument for parameter '_Duration'
..\boost/uuid/uuid_clock.hpp(51) : error C2039: 'to_sys' : is not a member of 'boost::uuids::uuid_clock'
        ..\boost/uuid/uuid_clock.hpp(16) : see declaration of 'boost::uuids::uuid_clock'
..\boost/uuid/uuid_clock.hpp(51) : error C2065: 'time_point' : undeclared identifier
..\boost/uuid/uuid_clock.hpp(51) : error C2143: syntax error : missing ')' before 'const'
..\boost/uuid/uuid_clock.hpp(51) : error C2433: 'to_sys' : 'inline' not permitted on data declarations
..\boost/uuid/uuid_clock.hpp(51) : error C2059: syntax error : ')'
..\boost/uuid/uuid_clock.hpp(52) : error C2143: syntax error : missing ';' before '{'
..\boost/uuid/uuid_clock.hpp(52) : error C2447: '{' : missing function header (old-style formal list?)
..\boost/uuid/uuid_clock.hpp(59) : error C2143: syntax error : missing ';' before 'boost::uuids::uuid_clock::from_timestamp'
..\boost/uuid/uuid_clock.hpp(60) : warning C4346: 'boost::uuids::uuid_clock::from_timestamp' : dependent name is not a type
        prefix with 'typename' to indicate a type
..\boost/uuid/uuid_clock.hpp(60) : error C3646: 'noexcept' : unknown override specifier
..\boost/uuid/uuid_clock.hpp(60) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/uuid/uuid_clock.hpp(60) : error C2511: 'int boost::uuids::uuid_clock::from_timestamp(uint64_t)' : overloaded member function not found in 'boost::uuids::uuid_clock'
        ..\boost/uuid/uuid_clock.hpp(16) : see declaration of 'boost::uuids::uuid_clock'
..\boost/uuid/uuid_clock.hpp(64) : warning C4346: 'boost::uuids::uuid_clock::to_timestamp' : dependent name is not a type
        prefix with 'typename' to indicate a type
..\boost/uuid/uuid_clock.hpp(64) : error C2143: syntax error : missing ')' before 'const'
..\boost/uuid/uuid_clock.hpp(64) : error C2433: 'boost::uuids::uuid_clock::to_timestamp' : 'inline' not permitted on data declarations
..\boost/uuid/uuid_clock.hpp(64) : error C2350: 'boost::uuids::uuid_clock::to_timestamp' is not a static member
..\boost/uuid/uuid_clock.hpp(64) : error C2059: syntax error : ')'
..\boost/uuid/uuid_clock.hpp(65) : error C2143: syntax error : missing ';' before '{'
..\boost/uuid/uuid_clock.hpp(65) : error C2447: '{' : missing function header (old-style formal list?)
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\setjmp.h(82) : error C2143: syntax error : missing ';' before 'identifier'
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\setjmp.h(82) : warning C4091: 'typedef ' : ignored on left of '_SETJMP_FLOAT128' when no variable is declared
C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\setjmp.h(82) : fatal error C1075: end of file found before the left brace '{' at 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\INCLUDE\setjmp.h(40)' was matched