Content deleted Content added
Rachmaninoff (talk | contribs) No edit summary |
Rachmaninoff (talk | contribs) |
||
Line 61:
</source>
When <code>T</code> has the nested type <code>foobar</code> defined, the instantiation of the first <code>test</code> works and the null pointer constant is successfully passed. (And the resulting type of the expression is <code>yes</code>.) If it does not work, the only available function is the second <code>test</code>, and the resulting type of the expression is <code>no</code>.
== C++11 simplification ==
|