Content deleted Content added
valid return for main |
m →Example |
||
Line 22:
f<int>(10); // Call #2. Without error (even though there is no int::foo)
// thanks to SFINAE.
return 0;
}
</syntaxhighlight>
|
valid return for main |
m →Example |
||
Line 22:
f<int>(10); // Call #2. Without error (even though there is no int::foo)
// thanks to SFINAE.
return 0;
}
</syntaxhighlight>
|