[Issue 3282] The overload and override issue of const/immutable	member functions
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jan 23 16:39:11 PST 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=3282
--- Comment #8 from timon.gehr at gmx.ch 2012-01-23 16:39:10 PST ---
Furthermore, this works, of course:
class B{
    void f(int){}
    void f(int)immutable{}
    void f(int)shared{}
}
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list