system_category.hpp 520 B

1234567891011121314
  1. #ifndef BOOST_SYSTEM_SYSTEM_CATEGORY_HPP_INCLUDED
  2. #define BOOST_SYSTEM_SYSTEM_CATEGORY_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/system_category.hpp>
  9. #include <boost/system/detail/system_category_impl.hpp>
  10. #include <boost/system/detail/error_category_impl.hpp>
  11. #endif // #ifndef BOOST_SYSTEM_SYSTEM_CATEGORY_HPP_INCLUDED