On 2/17/18 8:32 AM, ag0aep6g wrote:
On 02/17/2018 01:35 PM, rikki cattermole wrote:
pure means no globals. As in none :)

... except immutable ones. And since PureMallocator has no fields, `instance` can be made immutable, and all the methods can be made static or const. Then they can be used in `pure` code.

You have to be a bit careful here. pure functions can assume nothing is happening and simply not call the function.

-Steve

Reply via email to