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
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