Files
system/include/boost/cerrno.hpp

16 lines
525 B
C++
Raw Normal View History

// Boost cerrno.hpp header -------------------------------------------------//
2006-11-04 13:39:01 +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)
// 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