mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
@ -131,10 +131,14 @@ namespace
|
|||||||
{
|
{
|
||||||
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
|
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# ifndef BOOST_NO_EXCEPTIONS
|
||||||
|
// See ticket #2098
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
// just eat the exception
|
// just eat the exception
|
||||||
}
|
}
|
||||||
|
# endif
|
||||||
|
|
||||||
if ( sz > sizeof(buf) ) std::free( bp );
|
if ( sz > sizeof(buf) ) std::free( bp );
|
||||||
sz = 0;
|
sz = 0;
|
||||||
|
Reference in New Issue
Block a user