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

Reply via email to