[Bug c++/88210] Add fix-it hint for explicit template instantiations

2018-11-26 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88210 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/88210] Add fix-it hint for explicit template instantiations

2018-11-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88210 --- Comment #1 from Jonathan Wakely --- Even without a fix-it, "has not been declared" would be more helpful than "is not a template". Clang is more informative (although wrong about the instantiation needing to occur in namespace x): expl.cc: