On 31-Jul-12 00:11, Nick Sabalausky wrote:
I'm getting a weird error:

Error: function goldie.token.Token.line () is not callable using
argument types ()

A no-arg function isn't callable with no args?

I'm working on getting a small test case.

I suspect constness (or purity, safety, etc.) mismatch at work, as it does spawn this kind of shitty diagnostic at times. e.g. 'this' pointer is const in a given context thus it can't call non-const function line.

--
Dmitry Olshansky

_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to