[Issue 7441] interface allowes empty statics and replace of statics

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7441


yebblies yebbl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||yebbl...@gmail.com
 Resolution||INVALID


--- Comment #1 from yebblies yebbl...@gmail.com 2012-02-05 21:23:26 EST ---
None of these things are bugs.

Methods are allowed to have no body, the body can be provided in a different
source/object file and this is resolved at link time.

It is not illegal to shadow the name of a static function in a base
class/interface.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 7441] interface allowes empty statics and replace of statics

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7441



--- Comment #3 from yebblies yebbl...@gmail.com 2012-02-05 21:59:42 EST ---
Yes.  You can always open an enhancement request, but as C++ supports both
these things it's unlikely they will change.  (There may already be an
enhancement request for the second point)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---