On Monday 16 February 2004 15:33, Richard Smith wrote:
> > As a proof, try to compile your example. It does not compile (nor work).
> Maybe your compiler is broken. Works fine here.
so your compiler can compile this?
namespace MyFunctions
{
static void function();
}
void testit( )
{
MyFunctions::function();
}
let me see it.
Dirk