| Bug ID | 137 |
|---|---|
| Summary | missing import in std.range |
| Product | GDC |
| Version | development |
| Hardware | All |
| OS | All |
| Status | NEW |
| Severity | trivial |
| Priority | Normal |
| Component | libgphobos |
| Assignee | ibuclaw@gdcproject.org |
| Reporter | ketmar@ketmar.no-ip.org |
Created attachment 69 [details]
added missing import to std.range's put()
there is missing import in std.range's put(), which was fixed in the dmd phobos
with commit 468d57e32823fdd40591a481c79af2f633e5f0f2. patch attached.