[Bug c++/21494] New: condensed nested namespaces

bkoz at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue May 10 15:43:00 GMT 2005


Instead of 

namespace __gnu_cxx
{
namespace detail
{
}
}

would like to experiment with the form

namespace __gnu_cxx::detail
{
}

See N1524 from pre-Kona. Will attach for reference

-- 
           Summary: condensed nested namespaces
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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



More information about the Gcc-bugs mailing list