[Bug c++/21494] condensed nested namespaces
bkoz at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Dec 14 17:16:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list