GDC UDA Attributes (was 'checkedint call removal')
Iain Buclaw via Digitalmars-d
digitalmars-d at puremagic.com
Sat Aug 2 06:24:11 PDT 2014
On 2 August 2014 12:12, Artur Skawina via Digitalmars-d
<digitalmars-d at puremagic.com> wrote:
> ---------------------------------------------------------------------
> static import gcc.attribute;
> enum inline = gcc.attribute.attribute("forceinline");
>
> @inline void assert_()(bool c) {
When I accepted UDA attribute syntax to replace GDC pragmas, I never
envisioned that this was possible.
Maybe someone should raise a pull request to add these short-hand
@attr versions into gcc.attribute?
Regards
Iain.
More information about the Digitalmars-d
mailing list