OSDN Git Service

2005-10-05 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2005 15:49:39 +0000 (15:49 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Oct 2005 15:49:39 +0000 (15:49 +0000)
commit2a2f3111f782428b71f15bc1093ee576779f83d1
treecdc0710f99223246209e7540adfe9c8d9412d219
parentc5b3a71bb105292f55f535bd5d5e0bb048c8deef
2005-10-05  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/11729 (DR 280, [Ready])
* include/bits/stl_iterator.h: Add reverse_iterator global
functions with two template parameters (operator==, !=, <,
>, <=, >=, -).
* testsuite/24_iterators/reverse_iterator/11729.cc: New.
* docs/html/ext/howto.html: Add an entry for issue 280.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105000 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/bits/stl_iterator.h
libstdc++-v3/testsuite/24_iterators/reverse_iterator/11729.cc [new file with mode: 0644]