error_condition.hpp 464 B

12345678910111213
  1. #ifndef BOOST_SYSTEM_ERROR_CONDITION_HPP_INCLUDED
  2. #define BOOST_SYSTEM_ERROR_CONDITION_HPP_INCLUDED
  3. // Copyright 2020 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0
  5. // http://www.boost.org/LICENSE_1_0.txt
  6. //
  7. // See library home page at http://www.boost.org/libs/system
  8. #include <boost/system/detail/error_condition.hpp>
  9. #include <boost/system/detail/error_category_impl.hpp>
  10. #endif // #ifndef BOOST_SYSTEM_ERROR_CONDITION_HPP_INCLUDED