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.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8c424d8135e68278 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-20 08:28:01 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!newsfeed.direct.ca!look.ca!wn1feed!wn4feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc54.POSTED!not-for-mail From: "Mark Lundquist" Newsgroups: comp.lang.ada References: <9v4jsj$bd1$1@infosun2.rus.uni-stuttgart.de> <9v7f26$qn2$1@infosun2.rus.uni-stuttgart.de> <3C1754BA.C4560423@informatik.uni-jena.de> <3C21CA5D.4311D521@informatik.uni-jena.de> Subject: Re: Ada2005 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: NNTP-Posting-Host: 99oU7-165094-xl6-1172801@rwcrnsc54 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1008865249 99oU7-165094-xl6-1172801@rwcrnsc54 (Thu, 20 Dec 2001 16:20:49 GMT) NNTP-Posting-Date: Thu, 20 Dec 2001 16:20:49 GMT Organization: AT&T Broadband Date: Thu, 20 Dec 2001 16:20:49 GMT Xref: archiver1.google.com comp.lang.ada:18153 Date: 2001-12-20T16:20:49+00:00 List-Id: "Mark Lundquist" wrote in message news:GInU7.13567$NM4.3196979@rwcrnsc53... I could have said this more clearly: > > new IntSubtype'(15) > > does not "create a new IntSubtype instance". This part _is_ a little bit > confusing, I'll grant you. It creates a new object of the base type of > IntSubtype (i.e., Integer) ...whose subtype is the designated subtype of the access type, which in this example was also Integer. Hopefully I didn't add to the confusion! -- mark