28 Feb
2024
28 Feb
'24
12:10 a.m.
On Tue, Feb 27, 2024 at 6:07 PM Darrell Wright via Boost
When testing I noticed that <algorithm> was missing app/raw.githubusercontent.com/tzlaine/parser/single_header/include/boost/parser/parser_unified.hpp:13853:17: error: no matching function for call to 'find' 13853 | std::find(detail::eol_cps.begin(), detail::eol_cps.end(), c) != |
Ah, I see. Don't use that mono-header. Something about its generation seems to have gotten borked; I'm not sure what. It's unreliable at the moment, which is why I took it off the README on master. It's a pretty low priority to fix it. Zach