tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
70 stars 12 forks source link

conversion warning on MSVC (VS 2022 17.9.1, toolset v143, std=C++latest) #122

Closed tobias-loew closed 3 months ago

tobias-loew commented 4 months ago

file include\boost\parser\detail\printing_impl.hpp

                detail::print_parser(context, parser, os, components);
                ++components;
                ++i;
                prev_group = group;
                          ^^^