egcs/libstdc++-v3 ChangeLog include/bits/slice ...

gdr@gcc.gnu.org gdr@gcc.gnu.org
Wed Jun 13 15:16:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	gdr@gcc.gnu.org	2001-06-13 15:16:24

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: slice_array.h valarray_array.h 
Added files:
	libstdc++-v3/testsuite/26_numerics: slice_array_assignment.cc 

Log message:
	* testsuite/26_numerics/slice_array_assignment.cc (main): New test.
	
	* include/bits/slice_array.h (slice_array<>::operator=): Make
	public and implement.
	(slice_array<>::slice_array): Make copy-constructor public.
	
	* include/bits/valarray_array.h (__valarray_copy): Add another
	overload to copy between strided arrays.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.665&r2=1.666
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/slice_array.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/valarray_array.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/testsuite/26_numerics/slice_array_assignment.cc.diff?cvsroot=gcc&r1=NONE&r2=1.1



More information about the Libstdc++-cvs mailing list