$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (Gabriel.Dos-Reis_at_[hidden])
Date: 2001-03-26 12:29:08
Jeremy Siek <jsiek_at_[hidden]> writes:
| On Mon, 26 Mar 2001, Doug Gregor wrote:
| gregod>
| gregod> Yet another alternative would be to use this relational
| gregod> operator syntax along with the previously-proposed idea of
| gregod> multiple function call operators, except use the subscript
| gregod> operator, i.e.,
| gregod>
| gregod> A[1][0 <= stride(2) < 10][5]
|
| This certainly would be nice, but it has some weird consequences.
|
| Does the expression "A[0<=stride(2)<10]" mean:
How is the conceptual semantics that different from a mask_array or an
indirect_array?
-- Gaby