Merge standards-conformance fix for Boost.System

[SVN r61862]
This commit is contained in:
Douglas Gregor
2010-05-09 00:33:44 +00:00
parent f8ddc693ae
commit eeb5844852

View File

@ -108,6 +108,8 @@ namespace boost
class lib3_error_category_imp : public boost::system::error_category
{
public:
lib3_error_category_imp() : boost::system::error_category() { }
const char * name() const
{
return "lib3";
@ -168,6 +170,8 @@ namespace lib4
class lib4_error_category_imp : public boost::system::error_category
{
public:
lib4_error_category_imp() : boost::system::error_category() { }
const char * name() const
{
return "lib4";