|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62855 - trunk/libs/serialization/test
From: ramey_at_[hidden]
Date: 2010-06-12 12:03:45
Author: ramey
Date: 2010-06-12 12:03:44 EDT (Sat, 12 Jun 2010)
New Revision: 62855
URL: http://svn.boost.org/trac/boost/changeset/62855
Log:
improved diagnostic for failures
Text files modified:
trunk/libs/serialization/test/A.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/serialization/test/A.hpp
==============================================================================
--- trunk/libs/serialization/test/A.hpp (original)
+++ trunk/libs/serialization/test/A.hpp 2010-06-12 12:03:44 EDT (Sat, 12 Jun 2010)
@@ -145,6 +145,7 @@
#endif
public:
A();
+ bool check_equal(const A &rhs) const;
bool operator==(const A &rhs) const;
bool operator!=(const A &rhs) const;
bool operator<(const A &rhs) const; // used by less
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk