On Saturday, 17 February 2018 at 12:35:00 UTC, rikki cattermole wrote:
in pure functions?

pure means no globals. As in none :)

I guess one solution is to make the member functions in PureMallocator static and change how the template argument `Allocator` for a container is used to call these member functions directly instead of via `instance`, right?

Reply via email to