On 2013-10-16 20:38, Andrei Alexandrescu wrote:

Seems like it would only work on binary built-in attributes.

Yah.

Why?

enum foo;

@foo:

!@foo void bar ();

Just as if @foo wasn't attached to "bar". Although I don't know that to do with multiple attributes of the same type:

@(foo, foo) void bar ();

Remove all?

--
/Jacob Carlborg

Reply via email to