23 May
2007
23 May
'07
2:57 a.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