Boost.org variant module
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Antony Polukhin d48711fb84 update CI 3 weeks ago
.github/workflows update CI 3 weeks ago
doc Update copyright years 5 months ago
include/boost add C++03 deprecation warnings 4 weeks ago
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. 2 years ago
perf Update copyright years 5 months ago
test Update copyright years 5 months ago
.gitattributes Migrated from Sandbox CVS. 20 years ago
CMakeLists.txt Update CMakeLists.txt 2 years ago
README.md update the Readme 2 years ago
index.html Update copyright years 5 months ago

README.md

Boost.Variant

Boost.Variant, part of collection of the Boost C++ Libraries. It is a safe, generic, stack-based discriminated union container, offering a simple solution for manipulating an object from a heterogeneous set of types in a uniform manner.

Test results

@ Build Tests coverage More info
Develop branch: CI Build status Coverage Status details...
Master branch: CI Build status Coverage Status details...

Latest developer documentation

License

Distributed under the Boost Software License, Version 1.0.