From be6ddf9fdc91d408a3021ee5443f02b3d62d45eb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Sep 2021 17:19:09 +0300 Subject: [PATCH] Add boost/variant2.hpp --- include/boost/variant2.hpp | 10 ++++++++++ test/quick.cpp | 6 ++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 include/boost/variant2.hpp diff --git a/include/boost/variant2.hpp b/include/boost/variant2.hpp new file mode 100644 index 0000000..86ae94a --- /dev/null +++ b/include/boost/variant2.hpp @@ -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 + +#endif // #ifndef BOOST_VARIANT2_HPP_INCLUDED diff --git a/test/quick.cpp b/test/quick.cpp index 789d0e7..2ef2ca7 100644 --- a/test/quick.cpp +++ b/test/quick.cpp @@ -1,10 +1,8 @@ - // Copyright 2019 Peter Dimov. -// // 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 +#include using namespace boost::variant2;