Is it ok to refer to a member of a const reference on the right side of the assignment?

Patrick Horgan phorgan1@yahoo.com
Mon Sep 20 12:27:00 GMT 2010


This gives a seg fault on the access to the model member of op, since at 
that point the &op is 0.

                    const
                    operand&    op = (*top->operands).select(0, op.model);


Should this work?  Can you refer on the right side of the assignment to 
the const reference?

Patrick



More information about the Gcc-help mailing list