This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/15075] "using namespace" fails in part


------- Additional Comments From gdr at integrable-solutions dot net  2004-04-24 20:45 -------
Subject: Re:  "using namespace" fails in part

"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| definition has to be in the global namespace -- the using directive only 
| gets active once we _look up_ names, not when we declare/define new names. 

Your analysis is correct.

-- Gaby


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]