$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-03-06 08:07:46
on 3/6/00 7:50 AM, Kevin Atkinson at kevinatk_at_[hidden] wrote:
> Well pointers have an explicit conversion to bool.....
Never mind my other post; I never checked ;)
Anyway I'm against perpetuating the dangers of raw pointers where possible.
If you want to write "if (!p)", how about a conversion to const void*?