From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2023-02-08 23:23:46


On Wed, Feb 8, 2023 at 3:17 PM Gavin Lambert via Boost
<boost_at_[hidden]> wrote:
> I would definitely more strongly question why this library exists over just
> using mstch.

I think we really need to stop thinking of this "mstch" as any sort of
solution for anything:

* It is unmaintained (last commit is 8 years ago)
* No streaming input of the template
* No streaming output
* API locks you to std::string (no string_view)
etc...

"mstch" is currently unusable for my Http.Proto and no one maintaining
it so it basically is worthless.

Thanks