31.05.2013 10:49, Marco Leise пишет:
The code that you haven't shown reads:
int main(string[] args) {
SomeClass c;
auto t = c.getObjectType();
return 0;
}
You have to fix that!
You mean I didn't initialize c? If even so, it should throw an
exception, no hanging, I think. Nevertheless, a class instance is
correct. I'll try to reduce code.
