https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415
--- Comment #3 from Jonathan Wakely ---
P.S. also -pedantic-errors makes it an error, not just a warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415
--- Comment #2 from Jonathan Wakely ---
(In reply to Nathan Ridge from comment #0)
> 1. Template argument deduction/substitution is failing because of a
> *warning*? The following reduced example:
>
> struct string
> {
> string(c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415
Manuel López-Ibáñez changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCON