Fix lookup through injected-class-names in implicit deduction guides in the
case where the class template has a parameter pack. Checking of the template arguments expects an "as-written" template argument list, which in particular does not have any parameter packs. So flatten the packs into separate arguments before passing them in. llvm-svn: 295710
Loading
Please register or sign in to comment