Go to file
2019-09-21 19:12:34 +03:00
benchmark
doc Fix Travis and Appveyor links 2019-09-21 18:38:55 +03:00
include/boost/variant2
meta
test
.gitattributes
.travis.yml Add dist: trusty to .travis.yml 2019-06-17 15:07:45 +03:00
appveyor.yml
CMakeLists.txt
index.html
README.md Update README 2019-09-21 19:12:34 +03:00

variant2

This repository contains a never-valueless, strong guarantee, C++11/14/17 implementation of std::variant. See the documentation for more information.

The code requires Boost.Mp11 and Boost.Config.

The library is part of Boost, starting from release 1.71, but the header variant.hpp will also work standalone.

Supported compilers:

  • g++ 4.8 or later with -std=c++11 or above
  • clang++ 3.5 or later with -std=c++11 or above
  • Visual Studio 2015, 2017, 2019

Tested on Travis and Appveyor.