Closed denzor200 closed 9 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.
boost::pfr::is_reflectable
std::is_aggregate
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 ofstd::is_aggregate
.