$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-15 20:12:28
AMDG
Meryl Silverburgh wrote:
> So when I do this:
>
> shared_ptr<MyClass> aPtr;
>
> and then I check for 'null' , like this:
>
> if (aPtr == NULL) {
> // will it return true here?
>
Yes. It will be true.
In Christ,
Steven Watanabe