Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk