| commit | 0e617ecdd115984ce6729554e17ea20a2783194f | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Dec 27 07:56:27 2016 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Dec 27 07:56:27 2016 +0000 |
| tree | 77c399296d5527dc2f9b725c035c59a1e7773a06 | |
| parent | 625038d5d5f406385f44983ac2a442b20ad7b241 [diff] |
DR1495: A partial specialization is ill-formed if it is not (strictly) more specialized than the primary template. (Put another way, if we imagine there were a partial specialization matching the primary template, we should never select it if some other partial specialization also matches.) llvm-svn: 290593