This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21494] condensed nested namespaces



------- Comment #5 from bkoz at gcc dot gnu dot org  2005-12-14 17:16 -------

I'm encouraged by this work!!! Great news.

The reason this would be useful is that then it would be possible to use a
single macro to represent both scope and namespace. Ie, 

#define ACTIVE_SCOPE

works for

namespace ACTIVE_SCOPE
{
}

and explicit qualifications like

ACTIVE_SCOPE::obj;

Anyway.

-benjamin


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21494


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]