
22 May
2007
22 May
'07
8:57 p.m.
I have code that has error checking to see if pointers are null at run-time. If a pointer is null I am calling abort(). How can I check it with the boost test library? Stephen