https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40261
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2021-08-09 00:00:00 |2024-10-31
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
MSVC actually is suprising one of the best error messages I have seen:
```
<source>(5): error C3860: template argument list following class template name
must list parameters in the order used in template parameter list
<source>(5): error C2976: 'B<T,U>': too few template arguments
<source>(3): note: see declaration of 'B<T,U>'
```