[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

PrimArray pointers



Does anyone find the ability to index into PrimArrays with square
brackets terribly convenient?  If not, then (after unblocking Michael
& Dean) I like to get rid of it.  It is dangerous in the case where it
is convenient: "p[i]" (read the caveat in parrayx.hxx), and confusing
in the case where it's safe: "(*p)[i]".  Getting rid of this would
simplify parray a great deal.  Any objections?