mirror of
https://github.com/boostorg/system.git
synced 2025-08-01 21:34:29 +02:00
System: fix typo that is apparent cause of Mac OS X compile failures
[SVN r49157]
This commit is contained in:
@@ -126,7 +126,7 @@ namespace
|
|||||||
return std::string( "ENOMEM" );
|
return std::string( "ENOMEM" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::string msg();
|
std::string msg;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
|
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
|
||||||
|
Reference in New Issue
Block a user