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

Dennis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Dennis <[email protected]> ---
(In reply to Manu from comment #5)
> No version's, no imports, nothing... even in this code, here's the
> compiler's output:
> 
> time.d(20): error : undefined identifier `tm`

What compiler version are you using? I'm getting:

2.109
```
time.d(3): Error: undefined identifier `time_t`
time.d(3): Error: undefined identifier `tm`
time.d(1): Error: static assert:  "unsupported system"
```

2.110 (nightly):
```
time.d(1): Error: static assert:  "unsupported system"
```

--

Reply via email to