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

std::array should not be considered reflectable #169

Open kiwixz opened 7 months ago

kiwixz commented 7 months ago

It's a common type that is an aggregate but with a C array as only member.

Until something like #20 is implemented, it should be explicitly marked as non-reflectable.