[Bug c++/35370] Visibility of member of base template class lacking in derived template class

2008-02-25 Thread pcarlini at suse dot de
--- Comment #1 from pcarlini at suse dot de 2008-02-25 19:47 --- Yes it is. This change dates back to the 3.4 series: http://gcc.gnu.org/gcc-3.4/changes.html -- pcarlini at suse dot de changed: What|Removed |Added

[Bug c++/35370] Visibility of member of base template class lacking in derived template class

2008-02-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-02-25 19:49 --- GCC is correct, f is a not a dependent name so it has to be looked up at parsing time and not at instaintation time. or, if this is in fact not legal, perhaps a more specific diagnostic message This is the best