2016-06-30 20:11 GMT+03:00 Louis Dionne
Antony Polukhin
writes: Hello,
PODs Flat Reflection (or PFR) is a C++14 library that represents POD structures as tuples and provides tuple-like methods for PODs. Library
has
a set of predefined operators for PODs and useful functions for everyday use. Works with user-defined types without any macro or boilerplate code.
[...]
Side question: any interest for making this part of Hana?
The PFR library does not depend on any of the Boost submodules and I'd like to keep it in that way. I'm planing to use PFR library as a proof-of-concept for some papers and it's simpler for me if the library depends on nothing and kept separately. But I'd be honored if Hana, Serialization or any other Boost library will use PFR. -- Best regards, Antony Polukhin