From 23dcc53fed07237f75cfbea95c88e1c6adee4deb Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 18 Jan 2004 20:13:23 +0000 Subject: [PATCH] Add typos issue [SVN r21815] --- doc/iter-issue-list.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/iter-issue-list.rst b/doc/iter-issue-list.rst index 4d5ef32..5724721 100644 --- a/doc/iter-issue-list.rst +++ b/doc/iter-issue-list.rst @@ -1322,3 +1322,17 @@ the specification, even though it's present in the Boost specification :Proposed resolution: Add ``pointee`` and ``indirect_reference`` + +9.45y N1530: Typos in proposal text (not standardese) +===================================================== + +:Submitter: Dave Abrahams + +1. "because specification helps to highlight that the ``Reference`` + template parameter may not always be identical to the iterator's + ``reference`` type, and will keep users making mistakes based on + that assumption." + + :Proposed resolution: add "from" before "making" + +