2007-09-09 14:59:10 +00:00
|
|
|
// Boost cerrno.hpp header -------------------------------------------------//
|
2006-11-04 13:39:01 +00:00
|
|
|
|
2007-09-09 14:59:10 +00:00
|
|
|
// Copyright Beman Dawes 2005.
|
2006-11-04 13:39:01 +00:00
|
|
|
// Use, modification, and distribution is subject to the Boost Software
|
|
|
|
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
|
2007-09-09 14:59:10 +00:00
|
|
|
// See library home page at http://www.boost.org/libs/system
|
2006-11-04 13:39:01 +00:00
|
|
|
|
2020-08-27 00:31:45 +03:00
|
|
|
#ifndef BOOST_CERRNO_HPP_INCLUDED
|
|
|
|
#define BOOST_CERRNO_HPP_INCLUDED
|
2006-11-04 13:39:01 +00:00
|
|
|
|
2020-08-27 00:31:45 +03:00
|
|
|
#include <boost/system/detail/cerrno.hpp>
|
2006-11-04 13:39:01 +00:00
|
|
|
|
2020-08-27 00:31:45 +03:00
|
|
|
#endif // #ifndef BOOST_CERRNO_HPP_INCLUDED
|