mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 12:37: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 )
|
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