forked from boostorg/variant2
Add boost/variant2.hpp
This commit is contained in:
10
include/boost/variant2.hpp
Normal file
10
include/boost/variant2.hpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#ifndef BOOST_VARIANT2_HPP_INCLUDED
|
||||||
|
#define BOOST_VARIANT2_HPP_INCLUDED
|
||||||
|
|
||||||
|
// Copyright 2021 Peter Dimov.
|
||||||
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
|
// https://www.boost.org/LICENSE_1_0.txt
|
||||||
|
|
||||||
|
#include <boost/variant2/variant.hpp>
|
||||||
|
|
||||||
|
#endif // #ifndef BOOST_VARIANT2_HPP_INCLUDED
|
@ -1,10 +1,8 @@
|
|||||||
|
|
||||||
// Copyright 2019 Peter Dimov.
|
// Copyright 2019 Peter Dimov.
|
||||||
//
|
|
||||||
// Distributed under the Boost Software License, Version 1.0.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// http://www.boost.org/LICENSE_1_0.txt
|
// https://www.boost.org/LICENSE_1_0.txt
|
||||||
|
|
||||||
#include <boost/variant2/variant.hpp>
|
#include <boost/variant2.hpp>
|
||||||
|
|
||||||
using namespace boost::variant2;
|
using namespace boost::variant2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user