D - BUG: Deriving from Error
- Dario (7/7) Jul 12 2003 The following code doesn't compile:
The following code doesn't compile: class MyError : Error { this() { super(""); } } void main() {} The linker complains it can not find symbol __Class_object_Error). Compiling it within object.d doesn't resolve the problem: it only enlarge the list (ClassInfos, TypeInfos, Exceptions, etc.).
Jul 12 2003