From 444a2a1e869b24b2923686635c3d3a62412c2d5b Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 10 Apr 2003 15:05:00 +0000 Subject: [PATCH] added pointer to old paper [SVN r1145] --- doc/new-iter-concepts.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/new-iter-concepts.rst b/doc/new-iter-concepts.rst index 673fc08..237ac5b 100644 --- a/doc/new-iter-concepts.rst +++ b/doc/new-iter-concepts.rst @@ -17,10 +17,13 @@ access and positioning independently. This allows the concepts to more closely match the requirements of algorithms and provides better categorizations - of iterators that are used in practice. + of iterators that are used in practice. This proposal + is a revised version of paper n1297_. .. contents:: Table of Contents +.. _n1297: http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2001/n1297.html + ============ Motivation ============