On Tue, Feb 7, 2023 at 6:52 AM Robert Ramey via Boost
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