- Notifications
You must be signed in to change notification settings - Fork27
Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.
License
eggs-cpp/variant
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Eggs.Variant is aC++11/14/17 generic, type-safe, discriminated union.See the documentation athttp://eggs-cpp.github.io/variant/.
The library requires a standard conformant implementation ofC++11; a fewadditional features are only available underC++14/17. Some effort was doneto support incomplete language or standard library implementations —seeConfig—. There are no external dependencies.
The library is continuously tested with the following configurations:
- Clang 3.9, 4, 5
- GCC 5, 6, 7
- Apple LLVM 7.3, 8.3, 9.1
- MSVC 2015, 2017
[Note: Older versions ofClang (3.0+) andGCC (4.6+) are no longer tested,but should still work; please report any issues if you are using them. Olderversions ofMSVC are not supported.]
CopyrightAgustín Bergé,Fusion Fenix 2014-2018
Distributed under the Boost Software License, Version 1.0. (See accompanyingfile LICENSE.txt or copy athttp://www.boost.org/LICENSE_1_0.txt)
About
Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Contributors3
Uh oh!
There was an error while loading.Please reload this page.