Skip to content
Hana v1.5.0, synced with Boost 1.68.0

This release contains:

- Make metafunction & friends SFINAE friendly
- Add experimental::Printable support for Visual C++
- Some containers were made final, which may cause code that made valid
  assumptions about the representation of those containers to break.
  This is not a breaking change per se because this was never guaranteed
  by the library, but it may nonetheless affect some users.