Skip to content

2.0.2

Compare
Choose a tag to compare
@apolukhin apolukhin released this 19 May 18:30
· 184 commits to master since this release
  • A MurMur Hash based implementation of hash_combine() is now used to reduce collisions count and improve quality of boost::pfr::hash_value()
  • Visual Studio 2017 now supported in C++14 mode (thanks to Denis Mikhailov aka @denzor200)
  • Issues found by inspect tool were fixed
  • Fixed some warnings, including removal of extra semicolons in include/boost/pfr/detail/fields_count.hpp (fixes #72)
  • Added a compile time assert for inherited types (thanks to Denis Mikhailov aka @denzor200)
  • Reflection of aggregates with non movable fields is now possible if guaranteed copy elision is on
  • Fixed spelling issues