This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: PATCH to valarray
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 30 Jan 2006 19:43:24 -0600
- Subject: Re: PATCH to valarray
- References: <87mzhd1ec5.fsf@soliton.cs.tamu.edu>
> * include/bits/valarray_array.h (__valarray_default_construct):
> Replace use __is_fundamental with __is_pod.
> (__valarray_fill_construct): Likewise.
> (__valarray_copy_construct): Likewise.
> (__valarray_destroy_elements): Likewise.
> (__valarray_copy): Likewise.
You need to start checking in test cases for this stuff...
-benjamin