$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gavin Lambert (boost_at_[hidden])
Date: 2023-02-07 00:53:09
On 7/02/2023 13:23, William Linkmeyer wrote:
> This looks strange without an api that allows returning by value.
> As-is, everything seems to assume the user wants to mutate their
> values by reference.
>
> Mutating by reference is fine, but at least exposing an api that
> allows another style seems important.
This might have been better if you'd replied to and quoted a different
message; I don't think it's related to my thread at all. (Also, don't
top-post, which probably contributed to using the wrong context.)
I assume you're referring to proposed Boost.Mustache's output_ref?