]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/system/error_code.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / system / error_code.hpp
CommitLineData
92f5a8d4
TL
1#ifndef BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
2#define BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
7c673cae
FG
3
4// Copyright Beman Dawes 2006, 2007
5// Copyright Christoper Kohlhoff 2007
11fdf7f2 6// Copyright Peter Dimov 2017, 2018
92f5a8d4 7//
7c673cae
FG
8// Distributed under the Boost Software License, Version 1.0. (See accompanying
9// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
92f5a8d4 10//
7c673cae
FG
11// See library home page at http://www.boost.org/libs/system
12
20effc67
TL
13#include <boost/system/detail/error_code.hpp>
14#include <boost/system/error_category.hpp>
15#include <boost/system/error_condition.hpp>
16#include <boost/system/errc.hpp>
17#include <boost/system/generic_category.hpp>
18#include <boost/system/system_category.hpp>
19#include <boost/system/detail/throws.hpp>
7c673cae 20
92f5a8d4 21#endif // BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED