deduction.cpp | 40 template<int...> struct int_values { struct in namespace:DeductionWithConversion 45 struct int_values<C1, 12, C3> { struct in namespace:DeductionWithConversion 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1];
|