Comment #0 by pro.mathias.lang — 2018-09-28T03:59:47Z
The typeinfo stuff and exception types (core.stdcpp.{typeinfo,exception} are not defined on OSX, but are on Windows and CRuntime_Glibc.
Reproduce with:
```
import core.stdcpp.exception;
void main () { exception e; }
```
And get: `x.d(2): Error: undefined identifier exception, did you mean class Exception?`
Comment #1 by pro.mathias.lang — 2018-09-28T04:00:12Z