| 1 | #ifndef BOOST_VARIANT2_HPP_INCLUDED |
|---|---|
| 2 | #define BOOST_VARIANT2_HPP_INCLUDED |
| 3 | |
| 4 | // Copyright 2021 Peter Dimov. |
| 5 | // Distributed under the Boost Software License, Version 1.0. |
| 6 | // https://www.boost.org/LICENSE_1_0.txt |
| 7 | |
| 8 | #include <boost/variant2/variant.hpp> |
| 9 | |
| 10 | #endif // #ifndef BOOST_VARIANT2_HPP_INCLUDED |
| 11 |
