Boost logo

Boost :

From: Zach Laine (whatwasthataddress_at_[hidden])
Date: 2024-02-28 00:10:06


On Tue, Feb 27, 2024 at 6:07 PM Darrell Wright via Boost
<boost_at_[hidden]> wrote:
>
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk