From 4ec6c99148da375bc29bd538fabbc08fc81a9947 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 27 Aug 2020 00:51:03 +0300 Subject: [PATCH] Rename detail/generic_category.hpp --- .../detail/{generic_category.hpp => generic_category_impl.hpp} | 0 include/boost/system/error_code.hpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/boost/system/detail/{generic_category.hpp => generic_category_impl.hpp} (100%) diff --git a/include/boost/system/detail/generic_category.hpp b/include/boost/system/detail/generic_category_impl.hpp similarity index 100% rename from include/boost/system/detail/generic_category.hpp rename to include/boost/system/detail/generic_category_impl.hpp diff --git a/include/boost/system/error_code.hpp b/include/boost/system/error_code.hpp index 7ba24dc..33971cd 100644 --- a/include/boost/system/error_code.hpp +++ b/include/boost/system/error_code.hpp @@ -677,7 +677,7 @@ inline bool error_category::failed( int ev ) const BOOST_NOEXCEPT // generic_error_category implementation -#include +#include inline std::string boost::system::detail::generic_error_category::message( int ev ) const {