------- Comment #6 from jason at gcc dot gnu dot org 2005-11-17 22:55 ------- Why do the examples want to have a namespace (or class) with default visibility nested within one with hidden visibility? The other way around makes sense, but this seems nonsensical. It seems to me that nested scopes ought to have less or equal visibility to their enclosing scope.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21764