link.hpp 515 B

123456789101112131415161718192021
  1. // Copyright 2018-2019 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. #include <boost/predef.h>
  9. #if (__cplusplus >= 201402L) || (BOOST_COMP_MSVC >= BOOST_VERSION_NUMBER(14,0,0))
  10. #include <boost/dll/smart_library.hpp>
  11. #include <boost/dll/import_mangled.hpp>
  12. #include <boost/dll/import_class.hpp>
  13. #endif
  14. #include <boost/dll.hpp>