forked from boostorg/iterator
Make sure that X(r++) works for writable iterators.
[SVN r24420]
This commit is contained in:
@ -64,6 +64,6 @@ int main()
|
||||
state = 3;
|
||||
boost::readable_iterator_test(counter_iterator<proxy>(&state), 3);
|
||||
boost::writable_iterator_test(counter_iterator<proxy>(&state), 9, 7);
|
||||
BOOST_ASSERT(state == 7);
|
||||
BOOST_ASSERT(state == 8);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user