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++/20637] [3.3/3.4/4.0/4.1 regression] Confusing message with different using declarations


------- Additional Comments From bangerth at dealii dot org  2005-03-25 20:12 -------
I should add that it doesn't matter whether you use old- or new-style 
using declarations: 
  B::f; 
  B::f; 
and 
  using B::f; 
  using B::f; 
yield the same results. 
 
W. 

-- 


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


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