CVS difference for ai05s/ai05-0005-1.txt
--- ai05s/ai05-0005-1.txt 2009/06/26 01:49:35 1.25
+++ ai05s/ai05-0005-1.txt 2009/10/15 04:20:17 1.26
@@ -2010,7 +2010,23 @@
****************************************************************
-Editor's note (June 25, 2009): All of the items above this
+From: Christoph Grein
+Sent: Thursday, September 24, 2009 12:40 AM
+
+It appears to me that the sample code given in 6.3.1(21.d) is
+incorrect:
+
+with A;
+package B is
+ package A_View renames A;
+ function F_View(X : Integer := 9999) return Boolean renames F; -- wrong
+end B;
+
+should be "renames A.F" or "A_View.F" (F is not directly visible).
+
+****************************************************************
+
+Editor's note (September 25, 2009): All of the items above this
marker have been included in the working version of the AARM.
****************************************************************
Questions? Ask the ACAA Technical Agent