1#ifndef BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
2#define BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
3
4// Copyright Beman Dawes 2006, 2007
5// Copyright Christoper Kohlhoff 2007
6// Copyright Peter Dimov 2017, 2018
7//
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)
10//
11// See library home page at http://www.boost.org/libs/system
12
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>
20
21#endif // BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
22

source code of boost/libs/system/include/boost/system/error_code.hpp