boostorg / pfr

std::tuple like methods for user defined types without any macro or boilerplate code
https://boost.org/libs/pfr
Boost Software License 1.0
1.34k stars 161 forks source link

Interop With BOOST.FUSION #95

Open sergegers opened 3 years ago

sergegers commented 3 years ago

Is it possible to support interoperation with boost fusion library i.e. make simple aggregates a boost fusion sequence? It allows to drop fusion macros like BOOST_FUSION_ADAPT_STRUCT().

denzor200 commented 2 years ago

Hi. In progress there: https://github.com/boostorg/fusion/pull/241

apolukhin commented 1 month ago

The work continues in https://github.com/boostorg/fusion/pull/266