Compile [2025-06-11 05:20:48 UTC]: fail
call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat" >nul
cl /Zm800 -nologo "..\libs\spirit\test\x3\eps.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\spirit\test\x3\x3_eps.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\thrdp-wn32\thrd-mlt\eps.obj" -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /MDd /Zc:forScope /Zc:wchar_t /Zc:inline /favor:blend -wd4244 -wd4365 -wd4459 -DBOOST_ALL_NO_LIB=1 -DBOOST_ATOMIC_DYN_LINK=1 -DBOOST_ATOMIC_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_CHRONO_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1 -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_CONTAINER_NO_LIB=1 -DBOOST_DATE_TIME_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_NO_LIB=1 -DBOOST_THREAD_USE_DLL=1 -DBOOST_THREAD_WIN32 -DDATE_TIME_INLINE "-I.." "-I..\libs\config\include" "-I..\libs\spirit\test\x3" "-IC:\teeks99-09\run\boost_root\libs\array\include" "-IC:\teeks99-09\run\boost_root\libs\assert\include" "-IC:\teeks99-09\run\boost_root\libs\atomic\include" "-IC:\teeks99-09\run\boost_root\libs\bind\include" "-IC:\teeks99-09\run\boost_root\libs\chrono\include" "-IC:\teeks99-09\run\boost_root\libs\concept_check\include" "-IC:\teeks99-09\run\boost_root\libs\container\include" "-IC:\teeks99-09\run\boost_root\libs\container_hash\include" "-IC:\teeks99-09\run\boost_root\libs\core\include" "-IC:\teeks99-09\run\boost_root\libs\describe\include" "-IC:\teeks99-09\run\boost_root\libs\detail\include" "-IC:\teeks99-09\run\boost_root\libs\endian\include" "-IC:\teeks99-09\run\boost_root\libs\function\include" "-IC:\teeks99-09\run\boost_root\libs\function_types\include" "-IC:\teeks99-09\run\boost_root\libs\integer\include" "-IC:\teeks99-09\run\boost_root\libs\intrusive\include" "-IC:\teeks99-09\run\boost_root\libs\iterator\include" "-IC:\teeks99-09\run\boost_root\libs\move\include" "-IC:\teeks99-09\run\boost_root\libs\mp11\include" "-IC:\teeks99-09\run\boost_root\libs\mpl\include" "-IC:\teeks99-09\run\boost_root\libs\optional\include" "-IC:\teeks99-09\run\boost_root\libs\pool\include" "-IC:\teeks99-09\run\boost_root\libs\predef\include" "-IC:\teeks99-09\run\boost_root\libs\preprocessor\include" "-IC:\teeks99-09\run\boost_root\libs\ratio\include" "-IC:\teeks99-09\run\boost_root\libs\smart_ptr\include" "-IC:\teeks99-09\run\boost_root\libs\spirit\include" "-IC:\teeks99-09\run\boost_root\libs\system\include" "-IC:\teeks99-09\run\boost_root\libs\thread\include" "-IC:\teeks99-09\run\boost_root\libs\throw_exception\include" "-IC:\teeks99-09\run\boost_root\libs\tuple\include" "-IC:\teeks99-09\run\boost_root\libs\type_index\include" "-IC:\teeks99-09\run\boost_root\libs\type_traits\include" "-IC:\teeks99-09\run\boost_root\libs\typeof\include" "-IC:\teeks99-09\run\boost_root\libs\unordered\include" "-IC:\teeks99-09\run\boost_root\libs\utility\include" "-IC:\teeks99-09\run\boost_root\libs\variant\include" "-IC:\teeks99-09\run\boost_root\libs\variant2\include" "-IC:\teeks99-09\run\boost_root\libs\winapi\include"
eps.cpp
..\boost/spirit/home/x3.hpp(38): warning: Spirit X3 will soon use C++17 features which your compiler does not support
..\boost/spirit/home/x3.hpp(41): warning: Use /std:c++17 compiler flag to enable C++17 mode
..\boost/spirit/home/x3.hpp(49): warning: Minimal supported compiler versions: Clang 4 / GCC 7 / MSC 1915 (VS 2017 v15.8)
..\boost/spirit/home/x3.hpp(50): warning: This compiler seems to be MSC 1916 (_MSVC_LANG=201402L)
..\boost/spirit/home/x3.hpp(52): warning: Define BOOST_SPIRIT_X3_HIDE_CXX17_WARNING to hide the warning
class template optional is only available with C++17 or later.
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2039: 'optional': is not a member of 'std'
..\boost/optional/detail/optional_hash.hpp(22): note: see declaration of 'std'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2988: unrecognizable template declaration/definition
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2143: syntax error: missing ')' before '<'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2143: syntax error: missing ';' before '<'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2059: syntax error: '<'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2065: 'Iterator': undeclared identifier
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2923: 'boost::spirit::x3::throwing::expectation_failure': 'Iterator' is not a valid template type argument for parameter 'Iterator'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2059: syntax error: ')'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2143: syntax error: missing ';' before '{'
..\boost/spirit/home/x3/support/expectation.hpp(120): error C2447: '{': missing function header (old-style formal list?)
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2039: 'optional': is not a member of 'std'
..\boost/optional/detail/optional_hash.hpp(22): note: see declaration of 'std'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2988: unrecognizable template declaration/definition
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2143: syntax error: missing ')' before '<'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2143: syntax error: missing ';' before '<'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2059: syntax error: '<'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2065: 'Iterator': undeclared identifier
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2923: 'boost::spirit::x3::throwing::expectation_failure': 'Iterator' is not a valid template type argument for parameter 'Iterator'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2059: syntax error: ')'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2143: syntax error: missing ';' before '{'
..\boost/spirit/home/x3/support/expectation.hpp(124): error C2447: '{': missing function header (old-style formal list?)
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2039: 'optional': is not a member of 'std'
..\boost/optional/detail/optional_hash.hpp(22): note: see declaration of 'std'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2947: expecting '>' to terminate template-argument-list, found '<'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C3203: 'optional': unspecialized class template can't be used as a template argument for template parameter '_Ty', expected a real type
..\boost/spirit/home/x3/support/expectation.hpp(138): error C7538: 'expectation_failure<`template-type-parameter-1'>' is not a variable template
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2988: unrecognizable template declaration/definition
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2143: syntax error: missing ')' before '>'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2059: syntax error: '>'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2059: syntax error: ')'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2143: syntax error: missing ';' before '{'
..\boost/spirit/home/x3/support/expectation.hpp(138): error C2447: '{': missing function header (old-style formal list?)
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2039: 'optional': is not a member of 'std'
..\boost/optional/detail/optional_hash.hpp(22): note: see declaration of 'std'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2947: expecting '>' to terminate template-argument-list, found '<'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C3203: 'optional': unspecialized class template can't be used as a template argument for template parameter '_Ty', expected a real type
..\boost/spirit/home/x3/support/expectation.hpp(142): error C7538: 'expectation_failure<`template-type-parameter-1'>' is not a variable template
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2988: unrecognizable template declaration/definition
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2143: syntax error: missing ')' before '>'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2059: syntax error: '>'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2059: syntax error: ')'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2143: syntax error: missing ';' before '{'
..\boost/spirit/home/x3/support/expectation.hpp(142): error C2447: '{': missing function header (old-style formal list?)