n 11/6/2012 12:59 AM, Jakob Ovrum wrote:
> Problem is that there's no way to do this without having the user specify 
which
> modules it should work for, like:
>
> import attributes;
> import a, b, c;
>
> static this() // This code cannot be automated.
> {
>      initAttributes!a();
>      initAttributes!b();
>      initAttributes!c();
> }
>

Is that really a problem?

Reply via email to