This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

valarray



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]