This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
valarray
- To: libstdc++@sourceware.cygnus.com
- Subject: valarray
- From: Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr>
- Date: 15 Apr 1999 05:55:52 +0200
- Organization: CMLA, ENS Cachan -- CNRS URA 1611 (France)
Hi all!
I recently rewrote part of the valarray implementation. That
rewriting was necessary in order to meet ISO 24882 requirement
26.3.1/3: valarray internally uses loosened return value for
optimization issue. The initial implementation -- the one you find in
the last snapshot -- adds in some cases, _three_ levels of template
nesting.
The new implementation -- currently available through CVS -- is nearly
complete. It just needs widespread testing. Consider this as a request
for testing. I'm writing a thorough testsuite, but it is not finished
yet and is unavaliable.
I'll appreciate any comment, bug-report, suggestion and feedback.
Thanks,
-- Gaby