$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61862 - branches/release/libs/system/test
From: dgregor_at_[hidden]
Date: 2010-05-08 20:33:45
Author: dgregor
Date: 2010-05-08 20:33:44 EDT (Sat, 08 May 2010)
New Revision: 61862
URL: http://svn.boost.org/trac/boost/changeset/61862
Log:
Merge standards-conformance fix for Boost.System
Text files modified:
branches/release/libs/system/test/error_code_user_test.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: branches/release/libs/system/test/error_code_user_test.cpp
==============================================================================
--- branches/release/libs/system/test/error_code_user_test.cpp (original)
+++ branches/release/libs/system/test/error_code_user_test.cpp 2010-05-08 20:33:44 EDT (Sat, 08 May 2010)
@@ -108,6 +108,8 @@
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 @@
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";