Boost logo

Boost :

From: Gavin Lambert (boost_at_[hidden])
Date: 2023-02-07 00:04:11


On 5/02/2023 16:55, Klemens Morgenstern wrote:
> The current documentation can be found here:
> https://pdimov.github.io/mustache/doc/html/mustache.html
>
> Boost.Mustache is an implementation of Mustache templates in C++11.
>
> The documentation of Mustache templates is here: https://mustache.github.io/

At a glance, it seems unfortunate that lambdas are currently unsupported
(even though they're listed as optional, so their omission is not
grounds for rejection).

I do wonder if attempting to add them might alter some design decisions,
though, such as how partials are submitted -- a lambda might want to use
a combination of partials from its parent context as well as "private"
partials, for example.


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