You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hana v1.2.0, synced with Boost 1.65.0
This release contains
- Added support for set-theoretic operations on hana::map (see PR boostorg#350)
- Added the index_if function; like find_if but returns an optional index instead of an optional value
- various bug fixes
Hana v1.1.0, synced with Boost 1.64.0
Various bug fixes. The main improvement is better support for empty base
optimization in `hana::pair`, which should make it easier for the compiler
to optimize Hana away, at the cost of worst compile-times.