mirror of
https://github.com/boostorg/exception.git
synced 2025-07-25 18:17:15 +02:00
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