Pass allocators by reference rather than pointer
graphitemaster opened this issue · 1 comments
graphitemaster commented
Would be smarter to do it this way so a null allocator cannot be provided by accident. Would eliminate most, if not all instances of the assertions.
The memory::system_allocator::instance()
could then be made to return a reference.
graphitemaster commented
Done as of a936ed2