* include/bits/valarray_after.h (_Expr<>::operator[](slice)):
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Dec 2005 15:36:35 +0000 (15:36 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Dec 2005 15:36:35 +0000 (15:36 +0000)
commit0911e38f05e183603a05a8c6582ddc79f2b817c0
treeb7bbb2bb6c7618bff24edb77f378cb75b303ee95
parent4d2e5d528864f897011ae82014889955d1558c97
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108714 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/valarray_after.h