The alt-compilers have an attribute... if only we could alias attributes(or groups of attributes). Another thing we need... :/
With GDC you can already do this:
import gcc.attribute;
@attribute("forceinline") foo()
...
The alt-compilers have an attribute... if only we could alias attributes(or groups of attributes). Another thing we need... :/
With GDC you can already do this:
import gcc.attribute;
@attribute("forceinline") foo()
...