Static functions

Dirk Mueller mueller at kde.org
Mon Feb 16 14:50:56 GMT 2004


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




More information about the kde-core-devel mailing list