mirror of
https://github.com/boostorg/system.git
synced 2026-01-26 00:52:26 +01:00
Quiet compiler warnings
[SVN r39585]
This commit is contained in:
@@ -50,6 +50,7 @@ namespace
|
||||
class posix_error_category : public error_category
|
||||
{
|
||||
public:
|
||||
posix_error_category(){}
|
||||
const char * name() const;
|
||||
std::string message( int ev ) const;
|
||||
};
|
||||
@@ -57,6 +58,7 @@ namespace
|
||||
class system_error_category : public error_category
|
||||
{
|
||||
public:
|
||||
system_error_category(){}
|
||||
const char * name() const;
|
||||
std::string message( int ev ) const;
|
||||
error_condition default_error_condition( int ev ) const;
|
||||
|
||||
Reference in New Issue
Block a user