> | expression is than ((A + B) + C) + D.
> 
> Sure about this?

Pretty sure actually ;-)
 
> Isn't A + (B + (C + D)) just as possible?
> 
> What does the standard say about this?

additive-expression:
        multiplicative-expression
        additive-expression + multiplicative-expression
        additive-expression - multiplicative-expression

(Annex A.4, page 673 of the .pdf)

Andre'

-- 
André Pönitz ............................................. [EMAIL PROTECTED]

Reply via email to