imp
imp copied to clipboard
Make constructors that take pointers complain if the point is NULL when it shouldn't be
Just add an argument to the Pointer<> and OwnerPointer<> template classes. Defaults to false, but when true makes sure that the pointer is never null after construction.