Skip to content

Bedazzling Beryl

Compare
Choose a tag to compare
@jfalcou jfalcou released this 01 Feb 19:07
· 80 commits to main since this release

Version 2.0 - Bedazzling Beryl

What's Changed

Infrastructure

  • #6 - Moved kumi.hpp to kumi/tuple.hpp

This is a slightly API breaking change but as the library gains traction, I changed the file to a
less surprising name.

Bug Fixes

  • #12 - Make == and != SFINAE friendly

New Features

  • #4 - Add map_index
  • #5 - Implements pop/push-front/back
  • Implement as_flat_ptr to work with tuple as a list of member's pointers
  • #7 - kumi::tuple supports min and max

Full Changelog: v1.0...v2.0