Message287963
The contents of the struct is just being big enough to reach the point where it is passed by reference rather than by value.
This issue is pointing out that it should be a reference to a temporary copy of the struct, so that if the called function modifies the argument then it doesn't affect the caller. |
|
Date |
User |
Action |
Args |
2017-02-16 17:44:46 | steve.dower | set | recipients:
+ steve.dower, doko, paul.moore, vinay.sajip, mark.dickinson, christian.heimes, tim.golden, meador.inge, zach.ware, eryksun, Igor Kudrin |
2017-02-16 17:44:46 | steve.dower | set | messageid: <1487267086.53.0.290447871555.issue29565@psf.upfronthosting.co.za> |
2017-02-16 17:44:46 | steve.dower | link | issue29565 messages |
2017-02-16 17:44:46 | steve.dower | create | |
|