Should we have an Unimplemented Attribute?

Jonathan M Davis jmdavisProg at gmx.com
Thu Feb 3 21:04:48 PST 2011


On Thursday 03 February 2011 20:51:01 Andrej Mitrovic wrote:
> Ah, I've just realized we already have the @disable attribute. This is
> practically what I was looking for.

That's more for doing stuff like disabling functions which the compiler normally 
takes care of if you don't - such as opAssign on arrays - but I suppose that you 
could use it for what you were looking for. Really though, I'd say that correct 
solution is usually to just comment out the code.

- Jonathan M Davis


More information about the Digitalmars-d mailing list