forked from boostorg/exception
bug in refcount_ptr_test.cpp
[SVN r48509]
This commit is contained in:
@ -42,7 +42,7 @@ test_type
|
||||
test_type( test_type const & );
|
||||
test_type & operator=( test_type const & );
|
||||
|
||||
mutable int & count_;
|
||||
int & count_;
|
||||
};
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user