gabe Newell needs a haircut a shave and a bath …
Blog
-
Should I revert “real” references?
I can’t see any point when you can use pointers. Is there any use case for them? In case you aren’t aware, the last change I made to BooBoo had references that you could take the address of and get the address of the variable passed as a reference… C++ doesn’t have these kind of references and there is a significant overhead when doing it. So I want to remove them unless there is a reason I don’t think of. Anyone?