[4.6.1] Returning reference to structure gives error

Yes! That was it. I glossed over my “const” as well. Making non-const removed the error. I guess what would be helpful is to change the error to something like “can’t set value on const reference”.