23 May
2007
23 May
'07
4:18 a.m.
"Stephen Torri"
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?
There is no way to do this portably. I believe windows version may catch it. *nix version can't. Gennadiy