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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,88bfb5de8ca8a1fa,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news4.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!usenet-fr.net!gegeweb.org!aioe.org!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Ada 2012: An Oops in the new Ada amendments ? (in 10.1.2 Context Clauses - With Clauses) Date: Tue, 10 Aug 2010 19:28:52 +0200 Organization: Ada At Home Message-ID: NNTP-Posting-Host: anOtUalzMUZHasssFqT+2w.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.60 (Win32) Xref: g2news1.google.com comp.lang.ada:13078 Date: 2010-08-10T19:28:52+02:00 List-Id: Hi all, I was reading the amendments (no too much deeply) which comes with Ada = 2012, and there is an update which I do not understand : http://www.ada-auth.org/ai-files/grab_bag/Amendment-2-D9.html In =E2=80=9C10.1.2 Context Clauses - With Clauses=E2=80=9D says > Replace paragraph 12: [AI05-0077-1]A name denoting a library item that= = > is visible only due to being > mentioned in one or more with_clauses that include the reserved > word private shall appear only within: > by: > A name denoting a library_item that is visible only due to being > mentioned in one or more with_clauses that include the reserved > word private shall appear only within: I have check multiple times, word by word, and this ends up to be the = exact same to me. An error or something I missed ?