[Bug c++/78462] feature request: need function default arguments
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 22 07:53:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78462
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Even this works in C++14:
int a(int b, auto wish1=2, const auto wish2=test)
More information about the Gcc-bugs
mailing list