[Bug c++/70141] [6.0 regression] template parameter not deducible in partial specialization of template inside template

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 8 16:50:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70141

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #6 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
template <typename T> struct X {};
template <typename T> struct X<typename T::foo> {};

is another example were clang just warns, but an error is clearly indicated.
Closing bug as invalid.


More information about the Gcc-bugs mailing list