Add a C++17-compliant variant class for C++11/14
commitd50e26c31d0526b8dab8d2f2ce874607a1e986c9
authorChris Robinson <chris.kcat@gmail.com>
Thu, 12 Oct 2017 08:35:46 +0000 (12 01:35 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 12 Oct 2017 08:35:46 +0000 (12 01:35 -0700)
tree8048ebcbde83cf58ebc7efecf3e903f12e1665dc
parent25c3d194ed62ee67d3df46c1da4bb48742afde6f
Add a C++17-compliant variant class for C++11/14

Created by Michael Park (https://github.com/mpark/variant), released under the
Boost Software License v1.
include/mpark/LICENSE.md [new file with mode: 0644]
include/mpark/config.hpp [new file with mode: 0644]
include/mpark/in_place.hpp [new file with mode: 0644]
include/mpark/lib.hpp [new file with mode: 0644]
include/mpark/variant.hpp [new file with mode: 0644]