mirror of
https://github.com/boostorg/unordered.git
synced 2026-05-04 11:44:19 +02:00
Add tests for testing the SCARY-ness of iterators
This commit is contained in:
@@ -500,11 +500,9 @@ namespace test {
|
||||
friend class const_ptr<T>;
|
||||
friend struct void_ptr;
|
||||
|
||||
T* ptr_;
|
||||
|
||||
ptr(T* x) : ptr_(x) {}
|
||||
|
||||
public:
|
||||
T* ptr_;
|
||||
ptr(T* x) : ptr_(x) {}
|
||||
ptr() : ptr_(0) {}
|
||||
explicit ptr(void_ptr const& x) : ptr_((T*)x.ptr_) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user