https://issues.dlang.org/show_bug.cgi?id=2711

Ilya Lyubimov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|FIXED                       |---

--- Comment #3 from Ilya Lyubimov <[email protected]> ---
I got the same problem (only with template) on version 2.065.

# cat header.d
auto c(T)(T x) {
        return x;
}
# dmd -c -H header.d
# cat header.di
// D import file generated from 'header.d'
c(T)(T x)
{
        return x;
}

--

Reply via email to