Test output: teeks99-09-v15m-64onAMD64 - parser - compile_combining_groups / msvc-14.1
Rev 70361a7f2de5607023e80bcc2e1056ceac89a409 / Sat, 14 Jun 2025 15:55:17 +0000
Compile [2025-06-14 23:43:21 UTC]: fail


    call "C:\teeks99-09\run\results\boost\bin.v2\standalone\msvc\msvc-14.1\msvc-setup.bat"  >nul
 cl /Zm800 -nologo "..\libs\parser\test\compile_combining_groups.cpp" -c -Fo"C:\teeks99-09\run\results\boost\bin.v2\libs\parser\test\compile_combining_groups.test\msvc-14.1\dbg\x86_6\dbg-symbl-off\thrd-mlt\compile_combining_groups.obj"     -TP /wd4675 /EHs /GR /Zc:throwingNew /Od /Ob0 /W3 /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.." "-I..\libs\config\include" "-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" 

compile_combining_groups.cpp
..\boost/parser/detail/detection.hpp(12): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/detail/begin_end.hpp(14): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/config.hpp(37): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/utf.hpp(16): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/concepts.hpp(176): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/fwd.hpp(19): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/iterator_interface.hpp(18): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/iterator_interface.hpp(173): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/reverse_iterator.hpp(12): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/detail/iterator.hpp(15): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/detail/algorithm.hpp(24): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/view_interface.hpp(12): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/subrange.hpp(15): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/subrange.hpp(37): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/subrange.hpp(66): note: see reference to class template instantiation 'boost::parser::subrange<I,S>' being compiled
..\boost/parser/subrange.hpp(41): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/subrange.hpp(65): warning C5030: attribute 'no_unique_address' is not recognized
..\boost/parser/detail/text/in_out_result.hpp(12): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator_fwd.hpp(12): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator_fwd.hpp(26): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
string_view is only available with C++17 or later.
..\boost/parser/detail/text/transcode_iterator.hpp(23): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(615): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(923): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(929): error C2039: 'string_view': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\array(17): note: see declaration of 'std'
..\boost/parser/detail/text/transcode_iterator.hpp(929): error C2061: syntax error: identifier 'string_view'
class template optional is only available with C++17 or later.
..\boost/parser/detail/text/unpack.hpp(15): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/unpack.hpp(69): error C2143: syntax error: missing ';' before '<'
..\boost/parser/detail/text/unpack.hpp(72): note: see reference to class template instantiation 'boost::parser::detail::text::detail::repacker<RepackedIterator,I,S,Then,Bidi>' being compiled
..\boost/parser/detail/text/unpack.hpp(69): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
..\boost/parser/detail/text/unpack.hpp(69): error C2238: unexpected token(s) preceding ';'
..\boost/parser/detail/text/unpack.hpp(131): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/detail/text/unpack.hpp(191): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(1778): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(1992): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(2481): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(2613): error C2429: language feature 'terse static assert' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(3249): note: see reference to class template instantiation 'boost::parser::detail::text::utf_iterator<FromFormat,ToFormat,I,S,ErrorHandler>' being compiled
..\boost/parser/detail/text/transcode_iterator.hpp(2616): error C2429: language feature 'terse static assert' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(2637): error C2429: language feature 'terse static assert' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_iterator.hpp(3253): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_algorithm.hpp(20): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_algorithm.hpp(383): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/detail/all_t.hpp(19): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2988: unrecognizable template declaration/definition
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2143: syntax error: missing ')' before '&'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2143: syntax error: missing ';' before '&'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2365: 'R': redefinition; previous definition was 'template parameter'
..\boost/parser/detail/text/detail/all_t.hpp(86): note: see declaration of 'R'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2059: syntax error: ')'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2059: syntax error: '->'
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2065: 'R': undeclared identifier
..\boost/parser/detail/text/detail/all_t.hpp(87): error C2923: 'boost::parser::detail::text::detail::ref_view': 'R' is not a valid template type argument for parameter 'R'
..\boost/parser/detail/text/detail/all_t.hpp(57): error C3245: 'boost::parser::detail::text::detail::range_': use of a variable template requires template argument list
..\boost/parser/detail/text/detail/all_t.hpp(27): note: see declaration of 'boost::parser::detail::text::detail::range_'
..\boost/parser/detail/text/detail/all_t.hpp(57): error C2065: 'is_object_v': undeclared identifier
..\boost/parser/detail/text/detail/all_t.hpp(121): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/detail/pipeable_view.hpp(18): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/detail/view_closure.hpp(14): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/stl_interfaces/view_adaptor.hpp(53): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(19): error C2429: language feature 'nested-namespace-definition' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(289): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(293): note: see reference to class template instantiation 'boost::parser::detail::text::detail::project_impl<F>' being compiled
..\boost/parser/detail/text/transcode_view.hpp(396): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(409): note: see reference to class template instantiation 'boost::parser::detail::text::detail::as_charn_impl<View,Format>' being compiled
..\boost/parser/detail/text/transcode_view.hpp(427): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(429): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2988: unrecognizable template declaration/definition
..\boost/parser/detail/text/transcode_view.hpp(476): error C2143: syntax error: missing ')' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2143: syntax error: missing ';' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2365: 'R': redefinition; previous definition was 'template parameter'
..\boost/parser/detail/text/transcode_view.hpp(475): note: see declaration of 'R'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2059: syntax error: ')'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2059: syntax error: '->'
..\boost/parser/detail/text/transcode_view.hpp(476): error C2065: 'R': undeclared identifier
..\boost/parser/detail/text/transcode_view.hpp(476): error C2923: 'boost::parser::detail::text::detail::all_t': 'R' is not a valid template type argument for parameter 'R'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2988: unrecognizable template declaration/definition
..\boost/parser/detail/text/transcode_view.hpp(651): error C2143: syntax error: missing ')' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2143: syntax error: missing ';' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2365: 'R': redefinition; previous definition was 'template parameter'
..\boost/parser/detail/text/transcode_view.hpp(650): note: see declaration of 'R'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2059: syntax error: ')'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2059: syntax error: '->'
..\boost/parser/detail/text/transcode_view.hpp(651): error C2065: 'R': undeclared identifier
..\boost/parser/detail/text/transcode_view.hpp(651): error C2923: 'boost::parser::detail::text::detail::all_t': 'R' is not a valid template type argument for parameter 'R'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2988: unrecognizable template declaration/definition
..\boost/parser/detail/text/transcode_view.hpp(653): error C2143: syntax error: missing ')' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2143: syntax error: missing ';' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2365: 'R': redefinition; previous definition was 'template parameter'
..\boost/parser/detail/text/transcode_view.hpp(652): note: see declaration of 'R'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2059: syntax error: ')'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2059: syntax error: '->'
..\boost/parser/detail/text/transcode_view.hpp(653): error C2065: 'R': undeclared identifier
..\boost/parser/detail/text/transcode_view.hpp(653): error C2923: 'boost::parser::detail::text::detail::all_t': 'R' is not a valid template type argument for parameter 'R'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2988: unrecognizable template declaration/definition
..\boost/parser/detail/text/transcode_view.hpp(655): error C2143: syntax error: missing ')' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2143: syntax error: missing ';' before '&&'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2365: 'R': redefinition; previous definition was 'template parameter'
..\boost/parser/detail/text/transcode_view.hpp(654): note: see declaration of 'R'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2059: syntax error: ')'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2059: syntax error: '->'
..\boost/parser/detail/text/transcode_view.hpp(655): error C2065: 'R': undeclared identifier
..\boost/parser/detail/text/transcode_view.hpp(655): error C2923: 'boost::parser::detail::text::detail::all_t': 'R' is not a valid template type argument for parameter 'R'
..\boost/parser/detail/text/transcode_view.hpp(736): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(753): note: see reference to class template instantiation 'boost::parser::detail::text::detail::as_utf_impl<View,Format>' being compiled
..\boost/parser/detail/text/transcode_view.hpp(761): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(762): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/detail/text/transcode_view.hpp(763): error C7525: inline variables require at least '/std:c++17'
..\boost/parser/error_handling_fwd.hpp(49): error C2039: 'string_view': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\iostream(14): note: see declaration of 'std'
..\boost/parser/error_handling_fwd.hpp(49): error C2061: syntax error: identifier 'string_view'
..\boost/parser/error_handling_fwd.hpp(63): error C2039: 'wstring_view': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\iostream(14): note: see declaration of 'std'
..\boost/parser/error_handling_fwd.hpp(63): error C2061: syntax error: identifier 'wstring_view'
..\boost/parser/error_handling_fwd.hpp(77): error C2039: 'string_view': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\iostream(14): note: see declaration of 'std'
..\boost/parser/error_handling_fwd.hpp(77): error C2061: syntax error: identifier 'string_view'
..\boost/parser/error_handling_fwd.hpp(91): error C2039: 'wstring_view': is not a member of 'std'
C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\include\iostream(14): note: see declaration of 'std'
..\boost/parser/error_handling_fwd.hpp(91): error C2061: syntax error: identifier 'wstring_view'
..\boost/parser/error_handling_fwd.hpp(91): fatal error C1003: error count exceeds 100; stopping compilation