2021-06-11 21:15:17 +03:00
|
|
|
#ifndef BOOST_SYSTEM_HPP_INCLUDED
|
|
|
|
|
#define BOOST_SYSTEM_HPP_INCLUDED
|
|
|
|
|
|
|
|
|
|
// Copyright 2021 Peter Dimov
|
|
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
// https://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
//
|
|
|
|
|
// See library home page at http://www.boost.org/libs/system
|
|
|
|
|
|
|
|
|
|
#include <boost/system/error_code.hpp>
|
|
|
|
|
#include <boost/system/system_error.hpp>
|
2024-01-17 07:17:30 +02:00
|
|
|
#include <boost/system/result.hpp>
|
2021-09-16 19:25:26 +03:00
|
|
|
|
2021-06-11 21:15:17 +03:00
|
|
|
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
|