This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21494] condensed nested namespaces
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2005 17:16:15 -0000
- Subject: [Bug c++/21494] condensed nested namespaces
- References: <bug-21494-365@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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