Skip to content

v1.0.0

Compare
Choose a tag to compare
@mpark mpark released this 17 Jan 07:08
· 286 commits to master since this release

MPark.Variant is an implementation of C++17 std::variant as of N4618 as a standalone C++14 library.

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