Is there a way for defining nested class out-of-scope - similarly to extern methods? Is below legal? -------- classA.h ----- class A; typedef class B; endclass ----------------------------- ------ classA.sv ---------- `include "classA.h" class A::B endclass -------------------------------- DANiel -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Mar 26 06:22:58 2008
This archive was generated by hypermail 2.1.8 : Wed Mar 26 2008 - 06:23:24 PDT