"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "786d8a26f22e72b8fb8074df613b42c8e79a51ea"
PR9023: A template template parameter whose template parameter list contains an
unexpanded parameter pack is a pack expansion. Thus, as with a non-type template parameter which is a pack expansion, it needs to be expanded early into a fixed list of template parameters. Since the expanded list of template parameters is not itself a parameter pack, it is permitted to appear before the end of the template parameter list, so also remove that restriction (for both template template parameter pack expansions and non-type template parameter pack expansions). llvm-svn: 163369
Loading
Please register or sign in to comment