error_code.hpp 773 B

123456789101112131415161718192021
  1. #ifndef BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
  2. #define BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED
  3. // Copyright Beman Dawes 2006, 2007
  4. // Copyright Christoper Kohlhoff 2007
  5. // Copyright Peter Dimov 2017, 2018
  6. //
  7. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  8. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  9. //
  10. // See library home page at http://www.boost.org/libs/system
  11. #include <boost/system/detail/error_code.hpp>
  12. #include <boost/system/error_category.hpp>
  13. #include <boost/system/error_condition.hpp>
  14. #include <boost/system/errc.hpp>
  15. #include <boost/system/generic_category.hpp>
  16. #include <boost/system/system_category.hpp>
  17. #include <boost/system/detail/throws.hpp>
  18. #endif // BOOST_SYSTEM_ERROR_CODE_HPP_INCLUDED