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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1a52c822fc0dbb23,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!q75g2000hsh.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Rational for not making cursor tagged in Containers Date: 19 Apr 2007 09:05:38 -0700 Organization: http://groups.google.com Message-ID: <1176998738.656903.141250@q75g2000hsh.googlegroups.com> NNTP-Posting-Host: 209.225.226.204 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1176998738 10831 127.0.0.1 (19 Apr 2007 16:05:38 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Apr 2007 16:05:38 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: q75g2000hsh.googlegroups.com; posting-host=209.225.226.204; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:15121 Date: 2007-04-19T09:05:38-07:00 List-Id: I enjoy using the prefixed (object) notation when and where ever I can. However, when it comes to Containers, I can not use this notation on cursor because it is not tagged. It seems that it is not balanced between Container types and its cursors. I just want to know what rationale behind it for not making cursor a tagged type. AV