Quiet compiler warnings

[SVN r39585]
This commit is contained in:
Beman Dawes
2007-09-28 02:03:29 +00:00
parent d9449298c0
commit 1101e65491
2 changed files with 7 additions and 5 deletions

View File

@@ -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;