Skip to main content
5 votes
2 answers
173 views

I'm replacing a method returning a reference with a method returning a pseudo-reference. Given a method Get() that used to return a reference, this code has a problem: auto value = Object.Get(); ...
Yakk - Adam Nevraumont's user avatar