From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,177ff20edf7f64cf X-Google-Attributes: gid103376,public From: hutchiso@epi.syr.ge.com (John Hutchison x2141) Subject: Re: Unconstrained array aggregation..sq. peg i Date: 1996/03/19 Message-ID: <4infri$dcu@tel.den.mmc.com>#1/1 X-Deja-AN: 143306806 distribution: world references: <4ihrvo$hs5@dfw.dfw.net> organization: Martin Marietta Corporation Syracuse NY reply-to: hutchiso@epi.syr.ge.com newsgroups: comp.lang.ada Date: 1996-03-19T00:00:00+00:00 List-Id: The problem is that Table is a 2 dimensional array and needs to be addressed via Table(e1, e2), not as a vector of vectors. If you want to be able to slice the last dimension then you need to declare Real_Table as a vector of vectors.