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