gcc/libstdc++-v3 ChangeLog include/bits/basic_ ...
gdr@gcc.gnu.org
gdr@gcc.gnu.org
Mon Apr 15 19:53:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_1-branch
Changes by: gdr@gcc.gnu.org 2002-04-15 19:53:25
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: basic_string.h stl_iterator.h
stl_vector.h type_traits.h
libstdc++-v3/src: concept-inst.cc locale-inst.cc string-inst.cc
Added files:
libstdc++-v3/testsuite/24_iterators: rel_ops.cc
Log message:
2002-04-16 Paolo Carlini <pcarlini@unitus.it>
* testsuite/24_iterators/rel_ops.cc: New test.
2002-04-16 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* include/bits/type_traits.h (__normal_iterator): Declare in
__gnu_cxx. Adjust use at global namespace.
* include/bits/stl_iterator.h (__normal_iterator): Move definition
into __gnu_cxx::. Add more operator overloads. Tidy existing ones.
* include/bits/basic_string.h (basic_string): Adjust use of
__normal_iterator.
* include/bits/stl_vector.h (_Alloc>): Likewise.
* src/concept-inst.cc (__gnu_cxx): __normal_iterator<> is now here.
* src/locale-inst.cc (__gnu_cxx): Likewise.
* src/string-inst.cc (operator==): Instantiate in __gnu_cxx.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.73&r2=1.1057.2.74
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.19.2.2&r2=1.19.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_iterator.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.19&r2=1.19.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_vector.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.17.2.2&r2=1.17.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/type_traits.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.11&r2=1.11.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/concept-inst.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3&r2=1.3.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/locale-inst.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.29.2.2&r2=1.29.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/string-inst.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.24&r2=1.24.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/24_iterators/rel_ops.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1
More information about the Libstdc++-cvs
mailing list