
28 Jul
2005
28 Jul
'05
9:18 p.m.
From: "Michael Goldshteyn" <mgoldshteyn@comcast.net>
"Jason Hise" <chaos@ezequal.com> wrote in message news:42E93F43.4040204@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@sig.com Software Engineer http://www.sig.com Susquehanna International Group, LLP using std::disclaimer;