Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@marzer marzer released this 27 Aug 17:48
· 2 commits to main since this release
  • Fixed rvalue row corruption bug on MSVC (info)
  • Fixed some SFINAE issues
  • Added Cols... selector template parameter to at(), front() and back()
  • Added structs.mixins
  • Added copy-based fallbacks for unordered_erase(), insert(), emplace() and swap_columns() (previously they required movability)