|
Boost : |
From: Rob Stewart (stewart_at_[hidden])
Date: 2005-07-28 16:18:22
From: "Michael Goldshteyn" <mgoldshteyn_at_[hidden]>
> "Jason Hise" <chaos_at_[hidden]> wrote in message
> news:42E93F43.4040204_at_ezequal.com...
>
> What is:
>
> namespace boost
> {
> const class
> {
Incomplete.
Seriously, here's the whole thing:
> > namespace boost
> > {
> > const class
> > {
[snip]
> > } null;
> > }
That's roughly the same as this:
namespace boost
{
class x
{
...
};
x null;
}
The difference is that the class is anonymous, so you can't
create any other instances thereof.
-- Rob Stewart stewart_at_[hidden] Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk