From 66ecd706894ac3096faa1411443a50c52acc624a Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 14 Jan 2002 14:57:20 +0000 Subject: [PATCH] removed std:: prefix from slist [SVN r12310] --- iterator_adaptors.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.