diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index 4620bbc..c99ef39 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -723,7 +723,7 @@ freely mixed in comparison and subtraction expressions.

There is an unlimited number of ways the iterator_adaptors class can be used to create iterators. One interesting exercise would be to - re-implement the iterators of std::list and std::slist + re-implement the iterators of std::list and slist using iterator_adaptors, where the adapted Iterator types would be node pointers.