Topic: Different iterator categories like in n1640.pdf


Author: CornedBee <wasti.redl@gmx.net>
Date: Tue, 20 Jul 2010 20:25:12 CST
Raw View
On Jul 18, 2:28 pm, Eric Wolf <e...@boese-wolf.eu> wrote:
> Hello!
>
> Was there a discussion about including the new iterator concepts
> fromhttp://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1640.html
> in the new C++0x standard?
>
> If yes, where can I read about it? And why have they been ruled out?

C++0x Concepts made the new iterator concepts superfluous. I don't
know what happened when concepts were pulled; N3092 seems to be back
in the sad state that C++03 was in: ForwardIterator requires that
iterator_traits<FwdIt>::reference is a reference to the value type.

Sebastian


--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]





Author: Eric Wolf <eric@boese-wolf.eu>
Date: Sun, 18 Jul 2010 15:28:48 CST
Raw View
Hello!

Was there a discussion about including the new iterator concepts
from http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1640.html
in the new C++0x standard?

If yes, where can I read about it? And why have they been ruled out?

Yours sincerely,

Eric

--
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html                      ]