Test output: teeks99-dkr-mc6-17 - parser - tracing / clang-linux-6.0~c++17~lc
Rev 62658b2ab10667a59ced1201b3443ff937b70d4e / Tue, 19 Nov 2024 20:09:01 +0000
Compile [2024-11-19 21:43:23 UTC]: fail


    "clang++-6.0"   -fvisibility-inlines-hidden -Wno-c99-extensions -std=c++17 -stdlib=libc++ -isystem/usr/include/libcxxabi -fPIC -pthread -O0 -fno-inline -Wall -fvisibility=hidden -m64 --target=x86_64-pc-linux  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHARCONV_DYN_LINK=1 -DBOOST_CHARCONV_NO_LIB=1 -DBOOST_COBALT_USE_STD_PMR=1   -I".." -I"/var/boost/run/boost_root/libs/assert/include" -I"/var/boost/run/boost_root/libs/charconv/include" -I"/var/boost/run/boost_root/libs/core/include" -I"/var/boost/run/boost_root/libs/throw_exception/include"  -c -o "/var/boost/run/results/boost/bin.v2/libs/parser/test/tracing.test/clang-linux-6.0~c++17~lc/debug/x86_64/debug-symbols-off/threading-multi/visibility-hidden/tracing.o" "../libs/parser/test/tracing.cpp"

In file included from ../libs/parser/test/tracing.cpp:9:
In file included from ../boost/parser/parser.hpp:9:
In file included from ../boost/parser/parser_fwd.hpp:9:
In file included from ../boost/parser/config.hpp:92:
../boost/parser/subrange.hpp:65:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] S last_;
          ^
In file included from ../libs/parser/test/tracing.cpp:9:
In file included from ../boost/parser/parser.hpp:9:
In file included from ../boost/parser/parser_fwd.hpp:10:
In file included from ../boost/parser/error_handling_fwd.hpp:6:
In file included from ../boost/parser/detail/text/transcode_view.hpp:9:
In file included from ../boost/parser/detail/text/transcode_algorithm.hpp:10:
../boost/parser/detail/text/in_out_result.hpp:19:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] I in;
          ^
../boost/parser/detail/text/in_out_result.hpp:20:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] O out;
          ^
In file included from ../libs/parser/test/tracing.cpp:9:
In file included from ../boost/parser/parser.hpp:9:
In file included from ../boost/parser/parser_fwd.hpp:10:
In file included from ../boost/parser/error_handling_fwd.hpp:6:
In file included from ../boost/parser/detail/text/transcode_view.hpp:9:
In file included from ../boost/parser/detail/text/transcode_algorithm.hpp:11:
In file included from ../boost/parser/detail/text/transcode_iterator.hpp:1776:
../boost/parser/detail/text/unpack.hpp:70:15: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
            [[no_unique_address]] S last;
              ^
../boost/parser/detail/text/unpack.hpp:71:15: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
            [[no_unique_address]] Then then;
              ^
../boost/parser/detail/text/unpack.hpp:144:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] S last;
          ^
../boost/parser/detail/text/unpack.hpp:145:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] Repack repack;
          ^
In file included from ../libs/parser/test/tracing.cpp:9:
In file included from ../boost/parser/parser.hpp:9:
In file included from ../boost/parser/parser_fwd.hpp:10:
In file included from ../boost/parser/error_handling_fwd.hpp:6:
In file included from ../boost/parser/detail/text/transcode_view.hpp:9:
In file included from ../boost/parser/detail/text/transcode_algorithm.hpp:11:
../boost/parser/detail/text/transcode_iterator.hpp:3265:11: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
        [[no_unique_address]] S last_ = {};
          ^
In file included from ../libs/parser/test/tracing.cpp:9:
../boost/parser/parser.hpp:1622:15: warning: unknown attribute 'no_unique_address' ignored [-Wunknown-attributes]
            [[no_unique_address]] S last_;
              ^
../boost/parser/parser.hpp:8216:37: error: expected ')'
            return (parser_interface{parser1} | parser2).parser_;
                                    ^
../boost/parser/parser.hpp:8216:20: note: to match this '('
            return (parser_interface{parser1} | parser2).parser_;
                   ^
../boost/parser/parser.hpp:8216:57: error: expected expression
            return (parser_interface{parser1} | parser2).parser_;
                                                        ^
../boost/parser/parser.hpp:786:20: error: no viable constructor or deduction guide for deduction of template arguments of 'parse_context'
            return parse_context(
                   ^
../boost/parser/parser.hpp:2367:36: note: in instantiation of function template specialization 'boost::parser::detail::make_context<true, false, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::default_error_handler, const globals_t>' requested here
            auto context = detail::make_context<Debug, false>(
                                   ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:61:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(42)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:490:13: note: candidate template ignored: deduced type 'integral_constant<[...], UseCallbacks>' of 2nd parameter does not match adjusted type 'integral_constant<[...], false aka false>' of argument [with DoTrace = true, UseCallbacks = false, I = std::__1::__wrap_iter<const char *>, S = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t, Callbacks = boost::parser::detail::nope, Attr = boost::parser::detail::nope, Val = boost::parser::detail::nope, RuleTag = void, RuleLocals = boost::parser::detail::nope, RuleParams = boost::parser::detail::nope, Where = boost::parser::detail::nope]
            parse_context(
            ^
../boost/parser/parser.hpp:446:13: note: candidate function template not viable: requires 0 arguments, but 10 were provided
            parse_context() = default;
            ^
../boost/parser/parser.hpp:447:13: note: candidate function template not viable: requires 1 argument, but 10 were provided
            parse_context(parse_context const &) = default;
            ^
../boost/parser/parser.hpp:514:13: note: candidate function template not viable: requires 11 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:444:16: note: candidate function template not viable: requires 1 argument, but 10 were provided
        struct parse_context
               ^
../boost/parser/parser.hpp:549:13: note: candidate function template not viable: requires 5 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:595:13: note: candidate function template not viable: requires 3 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:786:20: error: no viable constructor or deduction guide for deduction of template arguments of 'parse_context'
            return parse_context(
                   ^
../boost/parser/parser.hpp:9410:46: note: in instantiation of function template specialization 'boost::parser::detail::make_context<false, false, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::default_error_handler, const globals_t>' requested here
            using context = decltype(detail::make_context<false, false>(
                                             ^
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:61:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(42)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:490:13: note: candidate template ignored: deduced type 'integral_constant<[...], UseCallbacks>' of 2nd parameter does not match adjusted type 'integral_constant<[...], false aka false>' of argument [with DoTrace = false, UseCallbacks = false, I = std::__1::__wrap_iter<const char *>, S = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t, Callbacks = boost::parser::detail::nope, Attr = boost::parser::detail::nope, Val = boost::parser::detail::nope, RuleTag = void, RuleLocals = boost::parser::detail::nope, RuleParams = boost::parser::detail::nope, Where = boost::parser::detail::nope]
            parse_context(
            ^
../boost/parser/parser.hpp:446:13: note: candidate function template not viable: requires 0 arguments, but 10 were provided
            parse_context() = default;
            ^
../boost/parser/parser.hpp:447:13: note: candidate function template not viable: requires 1 argument, but 10 were provided
            parse_context(parse_context const &) = default;
            ^
../boost/parser/parser.hpp:514:13: note: candidate function template not viable: requires 11 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:444:16: note: candidate function template not viable: requires 1 argument, but 10 were provided
        struct parse_context
               ^
../boost/parser/parser.hpp:549:13: note: candidate function template not viable: requires 5 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:595:13: note: candidate function template not viable: requires 3 arguments, but 10 were provided
            parse_context(
            ^
../boost/parser/parser.hpp:2367:28: error: no matching function for call to 'make_context'
            auto context = detail::make_context<Debug, false>(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:62:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(i)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = true, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:9410:38: error: no matching function for call to 'make_context'
            using context = decltype(detail::make_context<false, false>(
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:62:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(i)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = false, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../libs/parser/test/tracing.cpp:63:5: error: no matching function for call to 'parse'
    PARSE(repeat(42, 42)[char_]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^~~~~
../boost/parser/parser.hpp:8712:10: note: candidate function [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Attr = boost::parser::trace, Enable = void] not viable: expects an l-value for 3rd argument
    bool parse(
         ^
../boost/parser/parser.hpp:8820:10: note: candidate template ignored: substitution failure [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Enable = void]
    auto parse(
         ^
../boost/parser/parser.hpp:9066:10: note: candidate template ignored: could not match 'parser_interface<type-parameter-0-4, boost::parser::detail::nope, boost::parser::default_error_handler>' against 'boost::parser::trace'
    auto parse(
         ^
../boost/parser/parser.hpp:8953:10: note: candidate function template not viable: requires at least 4 arguments, but 3 were provided
    bool parse(
         ^
../libs/parser/test/tracing.cpp:64:5: error: no matching function for call to 'parse'
    PARSE(repeat(i, i)[char_]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^~~~~
../boost/parser/parser.hpp:8712:10: note: candidate function [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Attr = boost::parser::trace, Enable = void] not viable: expects an l-value for 3rd argument
    bool parse(
         ^
../boost/parser/parser.hpp:8820:10: note: candidate template ignored: substitution failure [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:29:10)>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Enable = void]
    auto parse(
         ^
../boost/parser/parser.hpp:9066:10: note: candidate template ignored: could not match 'parser_interface<type-parameter-0-4, boost::parser::detail::nope, boost::parser::default_error_handler>' against 'boost::parser::trace'
    auto parse(
         ^
../boost/parser/parser.hpp:8953:10: note: candidate function template not viable: requires at least 4 arguments, but 3 were provided
    bool parse(
         ^
../libs/parser/test/tracing.cpp:65:5: error: no matching function for call to 'parse'
    PARSE(repeat(42, 84)[char_]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^~~~~
../boost/parser/parser.hpp:8712:10: note: candidate function [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Attr = boost::parser::trace, Enable = void] not viable: expects an l-value for 3rd argument
    bool parse(
         ^
../boost/parser/parser.hpp:8820:10: note: candidate template ignored: substitution failure [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, int>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Enable = void]
    auto parse(
         ^
../boost/parser/parser.hpp:9066:10: note: candidate template ignored: could not match 'parser_interface<type-parameter-0-4, boost::parser::detail::nope, boost::parser::default_error_handler>' against 'boost::parser::trace'
    auto parse(
         ^
../boost/parser/parser.hpp:8953:10: note: candidate function template not viable: requires at least 4 arguments, but 3 were provided
    bool parse(
         ^
../boost/parser/parser.hpp:2367:28: error: no matching function for call to 'make_context'
            auto context = detail::make_context<Debug, false>(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:66:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(i, i2)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = true, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:9410:38: error: no matching function for call to 'make_context'
            using context = decltype(detail::make_context<false, false>(
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:66:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, (lambda at ../libs/parser/test/tracing.cpp:29:10), (lambda at ../libs/parser/test/tracing.cpp:30:11)>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(i, i2)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = false, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:2367:28: error: no matching function for call to 'make_context'
            auto context = detail::make_context<Debug, false>(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:67:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(0, Inf)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = true, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:9410:38: error: no matching function for call to 'make_context'
            using context = decltype(detail::make_context<false, false>(
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:67:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(repeat(0, Inf)[char_]);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = false, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../libs/parser/test/tracing.cpp:68:5: error: no matching function for call to 'parse'
    PARSE(repeat(1, Inf)[char_]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^~~~~
../boost/parser/parser.hpp:8712:10: note: candidate function [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Attr = boost::parser::trace, Enable = void] not viable: expects an l-value for 3rd argument
    bool parse(
         ^
../boost/parser/parser.hpp:8820:10: note: candidate template ignored: substitution failure [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Enable = void]
    auto parse(
         ^
../boost/parser/parser.hpp:9066:10: note: candidate template ignored: could not match 'parser_interface<type-parameter-0-4, boost::parser::detail::nope, boost::parser::default_error_handler>' against 'boost::parser::trace'
    auto parse(
         ^
../boost/parser/parser.hpp:8953:10: note: candidate function template not viable: requires at least 4 arguments, but 3 were provided
    bool parse(
         ^
../libs/parser/test/tracing.cpp:69:5: error: no matching function for call to 'parse'
    PARSE(repeat(2, Inf)[char_]);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^~~~~
../boost/parser/parser.hpp:8712:10: note: candidate function [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Attr = boost::parser::trace, Enable = void] not viable: expects an l-value for 3rd argument
    bool parse(
         ^
../boost/parser/parser.hpp:8820:10: note: candidate template ignored: substitution failure [with R = std::__1::basic_string<char>, Parser = boost::parser::repeat_parser<boost::parser::char_parser<boost::parser::detail::nope, void>, boost::parser::detail::nope, int, long>, GlobalState = const globals_t &, ErrorHandler = boost::parser::default_error_handler, Enable = void]
    auto parse(
         ^
../boost/parser/parser.hpp:9066:10: note: candidate template ignored: could not match 'parser_interface<type-parameter-0-4, boost::parser::detail::nope, boost::parser::default_error_handler>' against 'boost::parser::trace'
    auto parse(
         ^
../boost/parser/parser.hpp:8953:10: note: candidate function template not viable: requires at least 4 arguments, but 3 were provided
    bool parse(
         ^
../boost/parser/parser.hpp:2367:28: error: no matching function for call to 'make_context'
            auto context = detail::make_context<Debug, false>(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:76:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(*char_);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = true, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:9410:38: error: no matching function for call to 'make_context'
            using context = decltype(detail::make_context<false, false>(
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:76:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(*char_);
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = false, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:2367:28: error: no matching function for call to 'make_context'
            auto context = detail::make_context<Debug, false>(
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:77:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(*(*char_ >> char_));
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = true, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:9410:38: error: no matching function for call to 'make_context'
            using context = decltype(detail::make_context<false, false>(
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../boost/parser/parser.hpp:2379:45: note: in instantiation of template class 'boost::parser::detail::attribute_impl<boost::parser::subrange<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *> >, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler> >' requested here
            using attr_t = typename detail::attribute_impl<
                                            ^
../boost/parser/parser.hpp:8771:32: note: in instantiation of function template specialization 'boost::parser::detail::parse_impl<true, std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::parser_interface<boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler>, boost::parser::default_error_handler>' requested here
                return detail::parse_impl<true>(
                               ^
../boost/parser/parser.hpp:8838:34: note: in instantiation of function template specialization 'boost::parser::prefix_parse<std::__1::__wrap_iter<const char *>, std::__1::__wrap_iter<const char *>, boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler, void>' requested here
            first, last, parser::prefix_parse(first, last, parser, trace_mode));
                                 ^
../libs/parser/test/tracing.cpp:77:5: note: in instantiation of function template specialization 'boost::parser::parse<std::__1::basic_string<char>, boost::parser::zero_plus_parser<boost::parser::seq_parser<std::__1::tuple<boost::parser::zero_plus_parser<boost::parser::char_parser<boost::parser::detail::nope, void> >, boost::parser::char_parser<boost::parser::detail::nope, void> >, std::__1::tuple<std::__1::integral_constant<bool, true>, std::__1::integral_constant<bool, true> >, std::__1::tuple<std::__1::integral_constant<long long, 0>, std::__1::integral_constant<long long, 0> > > >, const globals_t &, boost::parser::default_error_handler, void>' requested here
    PARSE(*(*char_ >> char_));
    ^
../libs/parser/test/tracing.cpp:46:5: note: expanded from macro 'PARSE'
    parse(str, with_globals(p, globals), trace::on)
    ^
../boost/parser/parser.hpp:744:14: note: candidate function not viable: no known conversion from 'const globals_t' to 'boost::parser::detail::nope &' for 6th argument
        auto make_context(
             ^
../boost/parser/parser.hpp:775:14: note: candidate template ignored: substitution failure [with DoTrace = false, UseCallbacks = false, Iter = std::__1::__wrap_iter<const char *>, Sentinel = std::__1::__wrap_iter<const char *>, ErrorHandler = boost::parser::default_error_handler, GlobalState = const globals_t]
        auto make_context(
             ^
../boost/parser/parser.hpp:806:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
../boost/parser/parser.hpp:840:14: note: candidate function template not viable: requires 9 arguments, but 8 were provided
        auto make_context(
             ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
9 warnings and 20 errors generated.