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/system/result.hpp>
13
14#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
15

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