Skip to content
Commit 0cd9c049 authored by Richard Smith's avatar Richard Smith
Browse files

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
parent fe78d95a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment