mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 21:14:26 +02:00
Merge branch 'feature/header-only' into feature/merge-header-only
This commit is contained in:
@@ -45,7 +45,6 @@ inline std::string generic_error_category_message( int ev )
|
|||||||
|
|
||||||
inline std::string generic_error_category_message( int ev )
|
inline std::string generic_error_category_message( int ev )
|
||||||
{
|
{
|
||||||
|
|
||||||
# if defined( BOOST_MSVC )
|
# if defined( BOOST_MSVC )
|
||||||
# pragma warning( push )
|
# pragma warning( push )
|
||||||
# pragma warning( disable: 4996 )
|
# pragma warning( disable: 4996 )
|
||||||
@@ -58,9 +57,9 @@ inline std::string generic_error_category_message( int ev )
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
return m? m: "Unknown error";
|
return m? m: "Unknown error";
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user