v1.0.0
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.