boost/any/detail/config.hpp
// Copyright Antony Polukhin, 2021-2025.
//
// 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_ANY_ANYS_DETAIL_CONFIG_HPP
#define BOOST_ANY_ANYS_DETAIL_CONFIG_HPP
#ifdef BOOST_ANY_INTERFACE_UNIT
# define BOOST_ANY_BEGIN_MODULE_EXPORT export {
# define BOOST_ANY_END_MODULE_EXPORT }
#else
# define BOOST_ANY_BEGIN_MODULE_EXPORT
# define BOOST_ANY_END_MODULE_EXPORT
#endif
#if defined(BOOST_USE_MODULES) && !defined(BOOST_ANY_INTERFACE_UNIT)
import boost.any;
#endif
#endif // #ifndef BOOST_ANY_ANYS_DETAIL_CONFIG_HPP