https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98031
--- Comment #3 from Jakub Jelinek ---
The compiler just can't try to instantiate random templates it would think the
user may wanted to instantiate but didn't.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98031
--- Comment #2 from tangyixuan ---
(In reply to Jakub Jelinek from comment #1)
> This is again diagnostics on uninstantiated template, invalid, no
> diagnostics required.
> Instantiate the template and it will be diagnosed.
Yeah, I agree with yo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98031
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1