public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/16468] New: using-declaration of namespace name
@ 2004-07-10 21:04 boris at kolpackov dot net
  2004-07-11 14:51 ` [Bug c++/16468] " lerdsuwa at gcc dot gnu dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: boris at kolpackov dot net @ 2004-07-10 21:04 UTC (permalink / raw)
  To: gcc-bugs

$ cat >test.cxx
namespace n
{
  namespace m
  {
  }
}

using n::m;

$ g++ --version
g++ (GCC) 3.4.0

$ g++ -c test.cxx
test.cxx:8: error: namespace `n::m' not allowed in using-declaration

I have searched through the standard and did not find any restrictions on the
type of name in using-declaration.

-- 
           Summary: using-declaration of namespace name
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: boris at kolpackov dot net
                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=16468


^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <bug-16468-5779@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-12-07  4:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-10 21:04 [Bug c++/16468] New: using-declaration of namespace name boris at kolpackov dot net
2004-07-11 14:51 ` [Bug c++/16468] " lerdsuwa at gcc dot gnu dot org
2004-07-12  6:39 ` [Bug c++/16468] [DR460] " pinskia at gcc dot gnu dot org
2004-07-12 15:54 ` boris at kolpackov dot net
2004-07-12 18:52 ` bangerth at dealii dot org
2004-07-12 21:25   ` Gabriel Dos Reis
2004-07-12 18:58 ` boris at kolpackov dot net
2004-07-12 20:53 ` bangerth at dealii dot org
2004-07-12 21:27   ` Gabriel Dos Reis
2004-07-12 21:25 ` gdr at acm dot org
2004-07-12 21:25 ` boris at kolpackov dot net
2004-07-12 21:32   ` Gabriel Dos Reis
2004-07-12 21:27 ` gdr at acm dot org
2004-07-12 21:32 ` gdr at acm dot org
2004-07-12 21:38 ` boris at kolpackov dot net
2004-07-13  4:19 ` bangerth at dealii dot org
2004-07-13  4:25 ` pinskia at gcc dot gnu dot org
2005-05-01  3:16 ` pinskia at gcc dot gnu dot org
2005-08-31 21:14 ` redi at gcc dot gnu dot org
     [not found] <bug-16468-5779@http.gcc.gnu.org/bugzilla/>
2005-12-07  4:34 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).