$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2024-02-29 00:04:48
> On Feb 28, 2024, at 10:55â¯AM, Ruben Perez via Boost <boost_at_[hidden]> wrote:
>
> Hi all,
>
> This is my review of the proposed Boost.Parser.
>
> As in other occasions, I've taken a practical approach and used the library
> to (re)implement an existing, real feature in Boost.MySQL: client-side SQL
> formatting. This requires parsing a format string with replacement fields
> (similar to std::format strings).
Thanks for the review,. Ruben!
â Marshall