$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jason Hise (chaos_at_[hidden])
Date: 2005-07-28 16:17:21
Michael Goldshteyn wrote:
>What is:
>
>namespace boost
>{
> const class
> {
>
>???
>
const class { ... } null;
Defines a global variable named null, which is constant and of an
unnamed type defined by the class declaration. I think this is
standards conforming, but now that you mention it I'm not positive. I
will have to check with other compilers to make sure.
-Jason