]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/dll/test/link.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / dll / test / link.hpp
CommitLineData
1e59de90 1// Copyright Antony Polukhin, 2018-2022
92f5a8d4
TL
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
20effc67 10#include <boost/config.hpp>
92f5a8d4 11
20effc67 12#if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L)
92f5a8d4
TL
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>