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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c5eac035c8f1d2be,start X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Record component positions always constant? Date: 1996/05/26 Message-ID: <4o9h6c$3rk@goanna.cs.rmit.EDU.AU>#1/1 X-Deja-AN: 156810775 distribution: world content-type: text/plain; charset=ISO-8859-1 x-xxmessage-id: organization: Royal Melbourne Institute of Technology mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-05-26T00:00:00+00:00 List-Id: Will the positions of the components in a record (for a given subtype) remain constant even in the presence of fields whose lengths depend on a discriminant (excluding of course variant records) for all (likely) Ada implementations? Dale