Non-const reference may only be bound to an lvalue

Viewed 14341

Could someone please explain how to simulate this error? and also what this complains about.

"A non-const reference may only be bound to an lvalue" in C++

2 Answers
Related