This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r111481 - in /branches/redhat/gcc-4_1-branch/li...
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 27 Feb 2006 13:52:58 -0000
- Subject: r111481 - in /branches/redhat/gcc-4_1-branch/li...
Author: jakub
Date: Mon Feb 27 13:52:58 2006
New Revision: 111481
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111481
Log:
2006-01-15 Paolo Carlini <pcarlini@suse.de>
Gabriel Dos Reis <gdr@integrable-solutions.net>
PR libstdc++/25626
* include/std/std_valarray.h (valarray(const slice_array<>&),
valarray(const gslice_array<>&), valarray(const mask_array<>&),
valarray(const indirect_array<>&), valarray(const _Expr<>&)):
Forward to __valarray_copy_construct, not __valarray_copy.
* include/bits/valarray_array.h
(__valarray_copy_construct(_Array<>, _Array<>, _Array<>, size_t),
__valarray_copy_construct(_Array<>, size_t, size_t, _Array<>)):
New.
Modified:
branches/redhat/gcc-4_1-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_1-branch/libstdc++-v3/include/bits/valarray_array.h
branches/redhat/gcc-4_1-branch/libstdc++-v3/include/std/std_valarray.h