Substitution failure is not an error: Difference between revisions

Content deleted Content added
m Reverted edit(s) by 128.55.38.123 identified as test/vandalism using STiki
Undid revision 501627200 by Fraggle81 (talk) This was not vandalism
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 typefoobar.
static const bool value = sizeof(test<T>(0)) == sizeof(yes);
};