$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2022-08-15 17:17:46
On Mon, Aug 15, 2022 at 8:42 AM Andrey Semashev via Boost
<boost_at_[hidden]> wrote:
> you don't define the semantics of the operations, in particular,
> what is the expected result
Yes. Thank you for noticing this, as it is exactly what I intended. It
is the caller's responsibility to determine if the operation makes
sense. The library doesn't care what the outcome is, only that the
syntactic requirements are met. Which is how I documented it :)
Thanks