$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Nat Goodspeed (nat_at_[hidden])
Date: 2020-10-05 15:48:14
On Mon, Oct 5, 2020 at 11:42 AM Antony Polukhin <antoshkka_at_[hidden]> wrote:
> does the FPR library facilitate integration with Boost.Serialization? how
> hard would it be to improve the interoperability of those two libraries?
>
> Quite simple:
> * include PFR header in Serialization
> * write 1 serializer that would handle any aggregate using
> boost::pfr::tuple_size and boost::pfr::get
> * add tests
>
Thank you! That makes the case for FPR very much more compelling. (But I
still haven't read up on it, so this is not a vote.)