.fw.
At 12:06 02/01/2004 (GMT -0800), He HongFu wrote:
Hi:
I want to know the meaning of declaration a class with static following:
static class Foo { //... }
Which is do well with MSVC compiler, but G++ cannot compile it.
Thanks in advance!
He HongFu