Re: immutable string

27 Sep
2004
27 Sep
'04
4:10 p.m.
reverse_iterator and reverse_const_iterator actually refer the same type:
typedef char_type const* iterator; typedef char_type const* const_iterator; typedef std::reverse_iterator<iterator> reverse_iterator; typedef std::reverse_iterator<const_iterator> reverse_const_iterator;
Agree, but which name should we used - "reverse_const_iterator" or "const_reverse_iterator"? I thought it was the latter. Igor Kholodov cttl@users.sourceforge.net http://cttl.sourceforge.net/
7564
Age (days ago)
7564
Last active (days ago)
1 comments
2 participants
participants (2)
-
Igor Kholodov
-
Maxim Yegorushkin