$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jesse Jones (jesjones_at_[hidden])
Date: 2000-11-25 19:05:20
>The problem is that the C standard allows for NULL to be defined
>as (void*)0 in which case p=NULL will not compile as C++. It has
>nothing to do with readability.
Well if all the compilers you use or are likely to use define NULL so
that it actually works with C++ I see no problem with using it. Of
course, you can't assume something like that for boost...
-- Jesse