February 04, 2004 Compiler crash (member templates) | ||||
---|---|---|---|---|
| ||||
When compiling following code, D compiler crashes :( class Class { template func(W) { void func(W w) { printf("W_I\n"); } } } void main() { Class c = new Class(); c.func!(int, float)(); } |
Copyright © 1999-2021 by the D Language Foundation