$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2023-02-07 14:54:55
On Tue, Feb 7, 2023 at 6:52 AM Robert Ramey via Boost
<boost_at_[hidden]> wrote:
> My rule has always been:
>
> if it's in the standard library, put it in boost/serialization/...
That is the rule used in Boost.JSON as well, and the idiomatic use of
tag_invoke for generic types.
Thanks