Content deleted Content added
Two fixes: 1) Use consistent plurality, and 2) remove apostrophe from possessive "its". |
m →Example: Self-consistency |
||
Line 25:
</source>
Here, attempting to use a non-class type in a qualified name (<code>T::
Although SFINAE was introduced to avoid creating ill-formed programs when unrelated template declarations were visible (e.g., through the inclusion of a header file), many developers found the behavior useful for compile-time introspection. Specifically, it allows a template to determine certain properties of its template arguments at instantiation time.
|