https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57520
--- Comment #4 from Andrew Pinski ---
On the trunk with C++14 (and C++11), gcc errors out where clang used to error
out only. With C++17 (and C++20), though GCC accepts the code.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57520
David Krauss changed:
What|Removed |Added
CC||potswa at mac dot com
--- Comment #3 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57520
--- Comment #2 from Chunsheng Pei ---
Addition to my previous comments
GCC/clang also reports it could not match f1 at this time.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57520
Chunsheng Pei changed:
What|Removed |Added
CC||pei.chunsheng at outlook dot
com
--- Com