https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
--- Comment #5 from Andrew Pinski ---
Oh clang does not implement alias deduction even in C++20 mode. So yes this is
still valid C++20.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
Martin Liška changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
See Also|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104347
--- Comment #1 from Andrew Pinski ---
So the trunk, GCC is able to compile this.
clang gives the following error though:
:328:11: error: alias template 'SISpeed' requires template arguments;
argument deduction only allowed for class templates