Substitution failure is not an error: Difference between revisions

Content deleted Content added
fixed typo
m Reverted edit(s) by 128.55.38.123 identified as test/vandalism using STiki
Line 46:
 
// If the "sizeof" the result of calling test<T>(0) would be equal to the sizeof(yes),
// the first overload worked and T has a nested type named foobartype.
static const bool value = sizeof(test<T>(0)) == sizeof(yes);
};