Boost logo

Boost-Commit :

From: emil_at_[hidden]
Date: 2008-08-31 20:23:59


Author: emildotchevski
Date: 2008-08-31 20:23:59 EDT (Sun, 31 Aug 2008)
New Revision: 48509
URL: http://svn.boost.org/trac/boost/changeset/48509

Log:
bug in refcount_ptr_test.cpp
Text files modified:
   trunk/libs/exception/test/refcount_ptr_test.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/exception/test/refcount_ptr_test.cpp
==============================================================================
--- trunk/libs/exception/test/refcount_ptr_test.cpp (original)
+++ trunk/libs/exception/test/refcount_ptr_test.cpp 2008-08-31 20:23:59 EDT (Sun, 31 Aug 2008)
@@ -42,7 +42,7 @@
     test_type( test_type const & );
     test_type & operator=( test_type const & );
 
- mutable int & count_;
+ int & count_;
     };
 
 int


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