Re: [PATCH] PR c++/40942 - Failure of template specialization partial ordering

2012-04-01 Thread Jason Merrill
OK. Jason

[PATCH] PR c++/40942 - Failure of template specialization partial ordering

2012-03-31 Thread Dodji Seketeli
Hello, G++ compiles the example below without error: struct S { template typename T S (T const *) //#0 { } template int N S (char const ()[N]) //#1 { } }; int main() { S s1 (test); // #3 This should error out because the