diff options
Diffstat (limited to 'docs/LanguageExtensions.html')
-rw-r--r-- | docs/LanguageExtensions.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LanguageExtensions.html b/docs/LanguageExtensions.html index 79c42fda2e..685544f53f 100644 --- a/docs/LanguageExtensions.html +++ b/docs/LanguageExtensions.html @@ -768,6 +768,9 @@ property access via the given method. In all other respects, a method with a related result type is treated the same way as method that returns <tt>id</tt>.</p> +<p>Use <tt>__has_feature(objc_instancetype)</tt> to determine whether +the <tt>instancetype</tt> contextual keyword is available.</p> + <!-- ======================================================================= --> <h2 id="objc_arc">Automatic reference counting </h2> <!-- ======================================================================= --> |