mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Fix #endif placement
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 )
|
||||
{
|
||||
|
||||
# if defined( BOOST_MSVC )
|
||||
# pragma warning( push )
|
||||
# pragma warning( disable: 4996 )
|
||||
@ -58,9 +57,9 @@ inline std::string generic_error_category_message( int ev )
|
||||
# endif
|
||||
|
||||
return m? m: "Unknown error";
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace detail
|
||||
|
||||
|
Reference in New Issue
Block a user