$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-05-23 00:18:12
"Stephen Torri" <storri_at_[hidden]> wrote in message
news:1179889076.3672.6.camel_at_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