Skip to content

v1.3.0

Compare
Choose a tag to compare
@mpark mpark released this 12 Dec 15:19
· 76 commits to master since this release
2931971

MPark.Variant is an implementation of C++17 std::variant for C++11/14/17.

The implementation is based on my implementation of std::variant for libc++ and is continuously tested against libc++'s std::variant test suite.


New Features

  • Added support for GCC 4.8
  • Lowered the minimum MSVC version from 190024215 to 190024210
  • #36: Significant reduction in binary size

Bug Fixes

  • #34: "Support for pointers to incomplete types"
  • #35, #38: Fixed regression in MSVC 19.12.