attribute alias? eg: asm @my_alias {...} alias my_alias=pure nothrow @trusted @nogc;

Mike via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jun 1 16:12:04 PDT 2015


On Sunday, 31 May 2015 at 04:02:19 UTC, Timothee Cour wrote:
> Is there a way to alias attributes?
>
> alias my_alias=pure nothrow @trusted @nogc;
> asm @my_alias {...}

I'm not sure if this will work for you, but check out the last 
part of this post: 
http://forum.dlang.org/post/sfwtxngbiamlketodjkg@forum.dlang.org

Also, follow the link on this post: 
http://forum.dlang.org/post/mailman.1368.1428576462.3111.digitalmars-d-learn@puremagic.com

Mike


More information about the Digitalmars-d-learn mailing list