|
|
|
|
|
by kevin_thibedeau
510 days ago
|
|
C would benefit from a new keyword that allows a function to require a pointer argument be a non-stack object when passed from a function that returns. That would cover the most common cases where you accidentally pass in a temporary object that must persist. |
|