mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 04:57:13 +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" );
|
||||
}
|
||||
}
|
||||
std::string msg();
|
||||
std::string msg;
|
||||
try
|
||||
{
|
||||
msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );
|
||||
|
Reference in New Issue
Block a user