mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +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( test_type const & );
|
||||||
test_type & operator=( test_type const & );
|
test_type & operator=( test_type const & );
|
||||||
|
|
||||||
mutable int & count_;
|
int & count_;
|
||||||
};
|
};
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Reference in New Issue
Block a user