ext-boost/boost/variant/detail/config.hpp

20 lines
718 B
C++
Raw Permalink Normal View History

2016-08-09 03:33:33 +02:00
//-----------------------------------------------------------------------------
// boost variant/detail/config.hpp header file
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
2017-03-13 05:29:07 +01:00
// Copyright (c) 2003 Eric Friedman
2019-08-24 15:39:04 +02:00
// Copyright (c) 2016-2019 Antony Polukhin
2016-08-09 03:33:33 +02:00
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_VARIANT_DETAIL_CONFIG_HPP
#define BOOST_VARIANT_DETAIL_CONFIG_HPP
2017-03-13 05:29:07 +01:00
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
2016-08-09 03:33:33 +02:00
#endif // BOOST_VARIANT_DETAIL_CONFIG_HPP