[Bug c++/87234] GCC should warn if template parameter redefines default argument

2019-06-04 Thread ghleclerc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87234 Ghyslain Leclerc changed: What|Removed |Added CC||ghleclerc at gmail dot com

[Bug c++/87234] GCC should warn if template parameter redefines default argument

2019-06-04 Thread ghleclerc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87234 --- Comment #2 from Ghyslain Leclerc --- I wanted to add that on top of not complaining about the default parameter redefinition, when the default parameter is provided in the definition only (not the declaration of the template), the compilation