| Bug ID | 174 |
|---|---|
| Summary | core.atomic.atomicFence() should be @nogc |
| Product | GDC |
| Version | 4.9.x |
| Hardware | All |
| OS | Linux |
| Status | NEW |
| Severity | normal |
| Priority | Normal |
| Component | libgdruntime |
| Assignee | ibuclaw@gdcproject.org |
| Reporter | ketmar@ketmar.no-ip.org |
Created attachment 80 [details]
add @nogc attribute to core.atomic.atomicFence()
subj. other core.atomic operations are templates, so compiler is able to infer
@nogc on 'em.