
please wait
|
|
test.cc:13:6: error: function template partial specialization is not allowed void foo1<B>(T1 t1, B t2){ // ERROR: template-id foo1<B> in declaration... ^ ~~~ |
error: function template partial specialization ‘test<b, T1>’ is not allowed void test<b,T1>( T1 t1 , b t2 ) |
|
|