[Bug c++/57520] alias template substitution/deduction failure

2021-07-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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.

[Bug c++/57520] alias template substitution/deduction failure

2013-11-06 Thread potswa at mac dot com
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

[Bug c++/57520] alias template substitution/deduction failure

2013-10-24 Thread pei.chunsheng at outlook dot com
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.

[Bug c++/57520] alias template substitution/deduction failure

2013-10-24 Thread pei.chunsheng at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57520 Chunsheng Pei changed: What|Removed |Added CC||pei.chunsheng at outlook dot com --- Com