This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r108714 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: gdr at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sat, 17 Dec 2005 15:36:39 -0000
- Subject: r108714 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: gdr
Date: Sat Dec 17 15:36:35 2005
New Revision: 108714
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108714
Log:
* include/bits/valarray_after.h (_Expr<>::operator[](slice)):
Don't assume the closure implements general indexing, as a matter
of fact, most of them don't.
(_Expr<>::operator[](const gslice&)): Likewise.
(_Expr<>::operator[](const valarray<bool>&)): Likewise.
(_Expr<>::operator[](const valarray<size_t>&)): Likewise.
(_Expr<>::shift): Fix thinko.
(_Expr<>::cshift): Likewise.
(_Expr<>::apply): Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/valarray_after.h