Skip to content

2.1.0

Compare
Choose a tag to compare
@apolukhin apolukhin released this 30 Apr 18:14
· 101 commits to develop since this release
b0bf187

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.