gcc/libstdc++-v3 ChangeLog include/bits/stl_de ...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Sat May 18 08:10:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: paolo@gcc.gnu.org 2002-05-18 08:10:25
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: stl_deque.h
Added files:
libstdc++-v3/testsuite/23_containers: deque_operators.cc
Log message:
2002-05-18 Paolo Carlini <pcarlini@unitus.it>
PR libstdc++/6503
* include/bits/stl_deque.h (_Deque_iterator::operator==,
operator!=, operator<, operator>, operator>=, operator<=):
Make non-member functions, to allow comparing const and
non-const iterators in any order.
* testsuite/23_containers/deque_operators.cc: New testfile.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.1205&r2=1.1206
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_deque.h.diff?cvsroot=gcc&r1=1.19&r2=1.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/deque_operators.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1
More information about the Libstdc++-cvs
mailing list