Skip to content

Hana v1.2.0, synced with Boost 1.65.0

Compare
Choose a tag to compare
@ldionne ldionne released this 29 Jun 01:11
· 169 commits to master since this release

This release contains

  • Added support for set-theoretic operations on hana::map (see PR #350)
  • Added the index_if function; like find_if but returns an optional index instead of an optional value
  • various bug fixes