lvalue <-> rvalue problem

Jonathan M Davis jmdavisProg at gmx.com
Mon Jan 28 14:45:40 PST 2013


On Monday, January 28, 2013 11:16:26 Namespace wrote:
> > And that prevents a workaround for the missing auto ref. :o)
> > It seems dmd 2.060 is far more useable than 2.061 (for users
> > which use structs, of course).
> > I will switch back.
> 
> I'm still interested in this problem. But how can I identify the
> specific compiler code where this error comes from?
> I know where the error is thrown and where the matching fail
> comes from (expression.c) but not _why_ the matching fails happen.
> Could you give me a quick explanation?

I have no idea why it's failing. That would require debugging the compiler, 
and the only part of the compiler that I know much about is the lexer.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list