gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Fri Oct 8 17:01:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Branch: libstdcxx_so_7-branch
Changes by: paolo@gcc.gnu.org 2004-10-08 17:01:12
Modified files:
libstdc++-v3 : ChangeLog.libstdcxx_so_7-branch
libstdc++-v3/include/bits: stl_bvector.h stl_map.h
stl_multimap.h stl_multiset.h
stl_set.h
Log message:
2004-10-08 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_map.h (map::map(const _Compare&,
const allocator_type&), map::map(_InputIterator, _InputIterator,
const _Compare&, const allocator_type&)): Implement according to
the letter of the standard, i.e., don't use two overloads.
* include/bits/stl_multimap.h: Likewise for multimap.
* include/bits/stl_multiset.h: Likewise for multiset.
* include/bits/stl_set.h: Likewise for set.
* include/bits/stl_bvector.h (vector::vector(size_type, bool,
const allocator_type&)): Don't use two overloads; fix the
signature, the second argument is by const ref.
* include/bits/stl_bvector.h (assign(size_t, bool)): Fix the
signature: according to the standard the second argument is by
const ref.
(insert(iterator, bool)): Likewise.
(insert(iterator, size_type, bool)): Likewise for the third arg.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.10&r2=1.1.2.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_bvector.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.36.2.1&r2=1.36.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_map.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.24.2.1&r2=1.24.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_multimap.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.23.2.1&r2=1.23.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_multiset.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.24&r2=1.24.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_set.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.23&r2=1.23.2.1
More information about the Libstdc++-cvs
mailing list