1 // Copyright 2018-2020 Antony Polukhin 2 // 3 // Distributed under the Boost Software License, Version 1.0. 4 // (See accompanying file LICENSE_1_0.txt 5 // or copy at http://www.boost.org/LICENSE_1_0.txt) 6 // 7 // For more information, see http://www.boost.org 8 9 10 #include <boost/config.hpp> 11 12 #if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L) 13 14 #include <boost/dll/smart_library.hpp> 15 #include <boost/dll/import_mangled.hpp> 16 #include <boost/dll/import_class.hpp> 17 18 #endif 19 20 21 #include <boost/dll.hpp> 22