CVS difference for ai05s/ai05-0144-2.txt
--- ai05s/ai05-0144-2.txt 2010/08/13 05:32:36 1.12
+++ ai05s/ai05-0144-2.txt 2010/10/19 00:44:54 1.13
@@ -1,4 +1,4 @@
-!standard 6.04.01 (6) 10-07-09 AI05-0144-2/08
+!standard 6.04.01 (6) 10-10-15 AI05-0144-2/09
!standard 6.0.5(5.8/3)
!class Amendment 09-06-07
!status Amendment 2012 10-04-23
@@ -13,7 +13,7 @@
!summary
-Define rules to reject expressions with obvious cases of order-dependence.
+Rules are defined to reject expressions with obvious cases of order-dependence.
!problem
@@ -402,8 +402,8 @@
P1 (Input => O1, Output => O1);
-will always end up with the same result, not matter what order the parameters
-are evaluated in. (That result could depend on the parameter passing mode, but
+will always end up with the same result, no matter what order the parameters
+are evaluated. (That result could depend on the parameter passing mode, but
that is controllable by using parameters of types that are by-copy or by-reference
and in any case is not the problem we are discussing here). The parameters will
be evaluated before the call; for by-copy they'll both have the value (C => 1)
Questions? Ask the ACAA Technical Agent