Am Tue, 10 Apr 2012 10:50:24 +0200
schrieb Artur Skawina <art.08...@gmail.com>:

> Obviously, yes, but should wait until enough attribute support is in place and
> not be just a @inline hack.

If you refer to the proposed user attributes, they wont change the operation of 
the compiler. Only your own program code will know how to use them. @inline, 
@safe, @property, final, nothrow, ... on the other hand are keywords that 
directly map to flags and hard wired logic in the compiler. Correct me if I'm 
wrong.

-- 
Marco

Reply via email to