On Tuesday 31 December 2002 06:09 am, Dirk Mueller wrote:
> > Shouldn't all that stuff be in the anonymous namespace instead?
>
> Nope. Those are still exported and the long symbol makes the symbol lookup
> far worse.
then what about unnamed namespace
namespace {
blah blah blah
}
behaves like static !
regards
--
C.