[Bug c++/20637] [3.3/3.4/4.0/4.1 regression] Confusing message with different using declarations

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Fri Mar 25 20:12:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list