Skip to content

dpravat/variant

 
 

Repository files navigation

Variant experimental

A type-safe union

Introduction

variant reached a design consensus at the fall ISO C++ committee meeting in Kona, HI, USA. While the design is still not final, this library is a reference implementation of P0088R0.

Quick Start

Since this project uses git submodule, specifying the --recursive flag to git clone is recommended.

git clone --recursive git@github.com:mpark/variant.git

Requirements

This library requires a standard conformant C++14 compiler.

Tested configurations:

  • Mac OS X Yosemite: clang-3.6+

About

Variant: A type-safe union

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%