| commit | eb5a39deb2f4fe7091c6a716a4ce3a88b9898ec4 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Dec 24 00:15:10 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Dec 24 00:15:10 2010 +0000 |
| tree | 54324d0e14236ce2d935e18c0a8a55afe0303980 | |
| parent | fa3c6f148ce980550be8981fe40325506c39a45f [diff] |
When instantiating a non-type template parameter pack, be sure to extract the appropriate argument from the argument pack (based on the current substitution index, of course). Simple instantiation of pack expansions involving non-type template parameter packs now works. llvm-svn: 122532