2.1.0
Major changes:
- Implemented the
boost::pfr::is_implicitly_reflectable
and the machinery for specializing aggregates as reflectable or not, thanks to Denis Mikhailov for the #111. - Implemented
boost::pfr::get
by type of an element in the aggregate. - Implemented the
BOOST_PFR_ENABLED
macro to detect library support for reflection, thanks to Denis Mikhailov for the PR #86. - Workaround for broken C++17 stuctured binding in old compilers, thanks to Denis Mikhailov for the PR #119.