On Mon, Oct 5, 2020 at 11:42 AM Antony Polukhin <antoshkka@gmail.com> 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.)