26 Feb
2016
26 Feb
'16
5:49 a.m.
On 2016-02-25 8:38 PM, Rob Stewart wrote:
On February 24, 2016 10:22:03 PM EST, Phil Bouchard
wrote: 2) I would pass the pointer parameters as references
That would be a pessimization for the 99% case, I would imagine.
I'm pretty sure these references will help out optimization of the raw pointer parameters as well. Anyway I'm very close to get my pointer work correctly now with or without this optimization... But if people want real memory managment then they will use references in the container API.