
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

22 May
22 May
10:18 p.m.
"Stephen Torri" <storri@torri.org> wrote in message news:1179889076.3672.6.camel@localhost.localdomain...
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
6603
Age (days ago)
6603
Last active (days ago)
1 comments
2 participants
participants (2)
-
Gennadiy Rozental
-
Stephen Torri