boostorg / hana

Your standard library for metaprogramming
http://boostorg.github.io/hana
Boost Software License 1.0
1.66k stars 217 forks source link

Integrate boost::pfr into hana #525

Open denzor200 opened 7 months ago

denzor200 commented 7 months ago

https://github.com/boostorg/pfr

It's a small library that provides basic reflection for user defined types. Now the library have everything required from Hana's Struct concept(including reflection of field names) and might be integrated in order to get rid of BOOST_HANA_ADAPT_STRUCT macro.

Don't hesitate to ask any question regarding PFR, my pleasure to provide as much help with development as it required.