On 2 August 2014 12:12, Artur Skawina via Digitalmars-d <[email protected]> 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.
