
7 Feb
2023
7 Feb
'23
2:54 p.m.
On Tue, Feb 7, 2023 at 6:52 AM Robert Ramey via Boost <boost@lists.boost.org> 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