Hi i'm reading Bjarne Stroustrup's book "The C++ programming language"
In chapter 7 i'm reading this snippet of code and paragraph
I don't understand the "It would obviously be unsafe to accept that assignment. It was (and is) a source of subtle errors, so
please don’t grumble too much if some old code fails to compile for this reason." part.
Why is it "obviously" unsafe apart from the fact that it is mutable ?