Skip to content

Hana v1.5.0 synced with Boost 1.68.0

Compare
Choose a tag to compare
@ldionne ldionne released this 06 Jul 03:29
· 93 commits to master since this release

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.