prettyboy 8914eec082 [devtools/contrib/piglet/projects/ydb/config.yaml] Work around to fix missing code for ya make build 1 year ago
..
include 8914eec082 [devtools/contrib/piglet/projects/ydb/config.yaml] Work around to fix missing code for ya make build 1 year ago
CMakeLists.darwin-x86_64.txt 33ed6077e6 Intermediate changes 1 year ago
CMakeLists.linux-aarch64.txt 58a117b001 External build system generator release 8 1 year ago
CMakeLists.linux-x86_64.txt 33ed6077e6 Intermediate changes 1 year ago
CMakeLists.txt 887be65957 External build system generator release 29 1 year ago
CMakeLists.windows-x86_64.txt 6324d075a5 Intermediate changes 1 year ago
README.md 4b9c7f662e Update contrib/restricted/boost/array to 1.81.0 1 year ago
ya.make 3e724455e7 Intermediate changes 1 year ago

README.md

Boost.Variant2

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

The library is part of Boost, starting from release 1.71. It depends on Boost.Mp11, Boost.Config, and Boost.Assert.

Supported compilers:

  • g++ 4.8 or later with -std=c++11 or above
  • clang++ 3.9 or later with -std=c++11 or above
  • Visual Studio 2015 or later

Tested on Github Actions and Appveyor.