I am wondering if the following is legal: class base #(parameter i = 0, j = base::i); endclass or class base #(parameter i = base::j, j = 1); When is the class datatype "base" defined? immediately after the name base or when the semi colon of the class declaration is reached. I assume the latter but is there any language in the LRM to specify this? Francoise ' -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Fri May 9 10:31:50 2008
This archive was generated by hypermail 2.1.8 : Fri May 09 2008 - 10:32:28 PDT