This is the mail archive of the libstdc++-cvs@gcc.gnu.org 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]
Other format: [Raw text]

r109546 - in /branches/gcc-4_1-branch/libstdc++...


Author: paolo
Date: Tue Jan 10 18:09:00 2006
New Revision: 109546

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109546
Log:
2006-01-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* 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:
    branches/gcc-4_1-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_1-branch/libstdc++-v3/include/bits/valarray_after.h


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