http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60299

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, the program is broken and G++ does exactly what it's supposed to.

You probably want:

  template<typename ...Args>
  B(Args&&... params)
  {

  }

Reply via email to