[Bug c++/55664] Missing diagnostic "dependent using declaration resolved to type without 'typename'"

2021-07-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55664 Jonathan Wakely changed: What|Removed |Added Last reconfirmed||2021-07-16 Ever confirmed|0

[Bug c++/55664] Missing diagnostic dependent using declaration resolved to type without 'typename'

2012-12-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55664 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2012-12-12 15:41:21 UTC --- The template is never instantiated so no diagnostic is required. Even if you instantiate it I'm not sure the code is necessarily ill-formed, unles

[Bug c++/55664] Missing diagnostic dependent using declaration resolved to type without 'typename'

2012-12-12 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55664 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2012-12-12 15:49:30 UTC --- (In reply to comment #1) But it doesn't say the keyword typename *must* be used is s/used is/used if/