Skip to content
Snippets Groups Projects
Commit 10144629 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Const contract on function return Value.

Generally we want to avoid accidental change of value of a constant or of a variable. Originally I'd copy value on access, but this changed it so a const Value is returned instead and copy is done only when it's needed.
parent cb4be50a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment