tzlaine / parser

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

Fix ci build issues with fedora and windows #176

Open d5ch4k opened 1 month ago

d5ch4k commented 1 month ago

this PR would fix the issues with the CI system (Fedora GCC-14), Windows MSVC 2022 c++23 and additionally a compiler error for test/search.cpp with certain clang compilers for c++23 (see also #168) All 3 issues have a separate git commit. However, I'm not 100% certain, if the fixes are appropriate for your intentions or coding style