Rename generic_category_impl.hpp to generic_category_message.hpp

This commit is contained in:
Peter Dimov
2020-08-27 02:59:30 +03:00
parent c345b86b0a
commit 6bc7edbfa8
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
// See library home page at http://www.boost.org/libs/system
#include <boost/system/detail/error_category.hpp>
#include <boost/system/detail/generic_category_impl.hpp>
#include <boost/system/detail/generic_category_message.hpp>
#include <boost/system/detail/config.hpp>
#include <boost/cstdint.hpp>
#include <boost/config.hpp>

View File

@ -1,7 +1,7 @@
#ifndef BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_IMPL_HPP_INCLUDED
#define BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_IMPL_HPP_INCLUDED
#ifndef BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_MESSAGE_HPP_INCLUDED
#define BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_MESSAGE_HPP_INCLUDED
// Implementation details of generic_error_category
// Implementation of generic_error_category_message
//
// Copyright 2018 Peter Dimov
//
@ -105,4 +105,4 @@ inline char const * generic_error_category_message( int ev, char * buffer, std::
} // namespace boost
#endif // #ifndef BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_IMPL_HPP_INCLUDED
#endif // #ifndef BOOST_SYSTEM_DETAIL_GENERIC_CATEGORY_MESSAGE_HPP_INCLUDED