This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/57868] misleading location for invalid variadic template


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
   Last reconfirmed|2014-07-29 00:00:00         |2016-7-24

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Still happens but is partly improvemed: 
t1.cc:1:11: error: parameter pack ‘A’ must be at the end of the template
parameter list
 template <typename... A, typename... B>
           ^~~~~~~~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]