imp icon indicating copy to clipboard operation
imp copied to clipboard

Make constructors that take pointers complain if the point is NULL when it shouldn't be

Open drussel opened this issue 12 years ago • 1 comments

drussel avatar Aug 30 '12 23:08 drussel

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.

drussel avatar Oct 07 '12 01:10 drussel