Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

C++ does not allow you to change the value of a reference type, effectively treating all references as being const qualified. The C++ Standard, [dcl.ref], paragraph 1 [ISO/IEC 14882-2014], states:

...