I am now removing all CXX...NAMESPACES stuff (of course I should have
let someone with an older compiler do this...), will commit that in a
few minutes.

What I now need is a poll to see if anonymous namespaces are supported
on the different platforms.


So people please test:


namespace {

int foo() { return 1; }

}

int main() {
        int i = foo();
}



And if you wonder why I want to know: The keyword "static" is
deprecated when used at file scope. And the prefered way to do it is
with anonymous namespaces.

        Lgb

Reply via email to