Substitution failure is not an error: Difference between revisions

Content deleted Content added
typo: second "int" corrected to "foo" by analogy with previous examples.
Line 15:
 
template <typename T>
void f(T) {} // Definition #2
 
int main() {