BuckeyeSoftware/rex

Pass allocators by reference rather than pointer

graphitemaster opened this issue · 1 comments

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.

Done as of a936ed2