Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-08-17 08:37:51

0001 // Copyright Antony Polukhin, 2021-2025.
0002 //
0003 // Distributed under the Boost Software License, Version 1.0. (See
0004 // accompanying file LICENSE_1_0.txt or copy at
0005 // http://www.boost.org/LICENSE_1_0.txt)
0006 
0007 #ifndef BOOST_ANY_ANYS_DETAIL_CONFIG_HPP
0008 #define BOOST_ANY_ANYS_DETAIL_CONFIG_HPP
0009 
0010 #ifdef BOOST_ANY_INTERFACE_UNIT
0011 #   define BOOST_ANY_BEGIN_MODULE_EXPORT export {
0012 #   define BOOST_ANY_END_MODULE_EXPORT }
0013 #else
0014 #   define BOOST_ANY_BEGIN_MODULE_EXPORT
0015 #   define BOOST_ANY_END_MODULE_EXPORT
0016 #endif
0017 
0018 #if defined(BOOST_USE_MODULES) && !defined(BOOST_ANY_INTERFACE_UNIT)
0019 import boost.any;
0020 #endif
0021 
0022 #endif  // #ifndef BOOST_ANY_ANYS_DETAIL_CONFIG_HPP