this is not an lvalue

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Dec 13 08:23:16 PST 2016


On Tuesday, 13 December 2016 at 15:09:10 UTC, Andrey wrote:
> void moveTo(ref Parameter parent) {

You probably don't want the `ref` there, nor likely on any other 
method definitions (especially check removeValue).


More information about the Digitalmars-d-learn mailing list