| commit | 55ca8f64431df05fb16ee91597acab142f8272f7 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Jun 04 00:03:07 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Jun 04 00:03:07 2009 +0000 |
| tree | 68b13c30aa8696ff3a38237e1f83edcb7e2b3bbf | |
| parent | 2797e7a483e56de1dc79e12eb9a911b8c7753bb6 [diff] |
When performing template argument deduction, ensure that multiple deductions of the same template parameter are equivalent. This allows us to implement the is_same type trait (!). Also, move template argument deduction into its own file and update a few build systems with this change (grrrr). llvm-svn: 72819