]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/system.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / system.hpp
1 #ifndef BOOST_SYSTEM_HPP_INCLUDED
2 #define BOOST_SYSTEM_HPP_INCLUDED
3
4 // Copyright 2021 Peter Dimov
5 // Distributed under the Boost Software License, Version 1.0.
6 // https://www.boost.org/LICENSE_1_0.txt)
7 //
8 // See library home page at http://www.boost.org/libs/system
9
10 #include <boost/system/error_code.hpp>
11 #include <boost/system/system_error.hpp>
12 #include <boost/config.hpp>
13
14 #if (__cplusplus >= 201103L) && !(defined(BOOST_GCC) && BOOST_GCC < 40800) || (defined(_MSC_VER) && _MSC_VER >= 1900)
15 # include <boost/system/result.hpp>
16 #endif
17
18 #endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED