This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
egcs/libstdc++-v3 ChangeLog include/bits/indir ...
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Subject: egcs/libstdc++-v3 ChangeLog include/bits/indir ...
- From: gdr at gcc dot gnu dot org
- Date: 21 Jun 2001 12:01:12 -0000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: gdr@gcc.gnu.org 2001-06-21 05:01:10
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: indirect_array.h valarray_array.h
Log message:
* include/bits/indirect_array.h (indirect_array<>::operator=):
Make copy and assignment operator public. Implement. Format.
* include/bits/valarray_array.h (__valarray_copy): Add overloads
for copy between index arrays. Format.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.672&r2=1.673
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/indirect_array.h.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/valarray_array.h.diff?cvsroot=gcc&r1=1.4&r2=1.5