Skip to content

v1.2.2

Compare
Choose a tag to compare
@mpark mpark released this 14 Sep 03:00
· 106 commits to master since this release
5df16a3

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.


Bug Fixes

  • Fix exception support detection on MSVC.