[sv-ec] local, protected modifier for nested classes

From: danielm <danielm_at_.....>
Date: Wed Mar 26 2008 - 06:00:30 PDT
SV LRM forbids to define if nested class is local, protected or public,
while the same funcionality for typedef is defined.
 
class C;
    local class N; //illegal due to LRM
    endclass
        local typedef int T; //legal
endclass
 
IMHO this is kind of inconsitency - and it should be fixed.
 
 
 
 
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:01:45 2008

This archive was generated by hypermail 2.1.8 : Wed Mar 26 2008 - 06:02:27 PDT