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

The docs should not accustom to use `std::is_aggregate` in PFR integration #158

Closed denzor200 closed 9 months ago

denzor200 commented 11 months ago

https://github.com/boostorg/pfr/blob/730f40b6b2cbaec88712ecbe32c33c8ae2b24edd/doc/pfr.qbk#L164

We already have boost::pfr::is_reflectable that's specially intended for that goal, and it's better to recomment anyone to use it instead of std::is_aggregate.