[Bug c++/52620] using cannot import types in (non direct) base classes

2012-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52620 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-03-19 16:10:08 UTC --- template typename T struct bot: medT { using top::type; This is not valid, medT is a dependent base class so name lookup never looks in it, so top is not

[Bug c++/52620] using cannot import types in (non direct) base classes

2012-03-19 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52620 --- Comment #2 from Akim Demaille akim.demaille at gmail dot com 2012-03-19 16:16:37 UTC --- (I pasted the wrong bug report, I meant http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21484) (In reply to comment #1) template typename T struct bot:

[Bug c++/52620] using cannot import types in (non direct) base classes

2012-03-19 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52620 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED