https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82850
Erik Cass changed:
What|Removed |Added
Version|5.4.0 |6.4.0
--- Comment #3 from Erik Cass ---
Hel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82850
Erik Cass changed:
What|Removed |Added
Version|4.8.5 |5.4.0
--- Comment #2 from Erik Cass ---
Hi!
++
Assignee: unassigned at gcc dot gnu.org
Reporter: ec13n at my dot fsu.edu
Target Milestone: ---
g++ allows for the redefinition of default arguments, shown by the following
code:
// compiled with -Wall -Wextra
template < class T = int >
void myFunc ();
template <