On Fri, Jun 22, 2012 at 4:59 PM, Richard Trieu <[email protected]> wrote: > Updated template diffing patch.
Updated patch looks good to me, but I found a crash on this code while
playing with it:
template<typename ...T> struct S {};
template<typename T> using U = S<int, char, T>;
int f(S<int, char, double>);
int k = f(U<char>());
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
