forked from boostorg/container
Fixes a small issue that prevented the use of iterators of containers of incomplete types. Added iterators of incomp-types to unit-tests.
This commit is contained in:
@@ -138,6 +138,10 @@ public:
|
||||
|
||||
int id_;
|
||||
deque<recursive_deque> deque_;
|
||||
deque<recursive_deque>::iterator it_;
|
||||
deque<recursive_deque>::const_iterator cit_;
|
||||
deque<recursive_deque>::reverse_iterator rit_;
|
||||
deque<recursive_deque>::const_reverse_iterator crit_;
|
||||
};
|
||||
|
||||
template<class IntType>
|
||||
|
||||
Reference in New Issue
Block a user