diff options
Diffstat (limited to 'docs/ObjectiveCLiterals.rst')
-rw-r--r-- | docs/ObjectiveCLiterals.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ObjectiveCLiterals.rst b/docs/ObjectiveCLiterals.rst index 92e4fb65..8066d8f 100644 --- a/docs/ObjectiveCLiterals.rst +++ b/docs/ObjectiveCLiterals.rst @@ -218,12 +218,6 @@ character data is valid. Passing ``NULL`` as the character pointer will raise an exception at runtime. When possible, the compiler will reject ``NULL`` character pointers used in boxed expressions. -Availability ------------- - -Boxed expressions will be available in clang 3.2. It is not currently -available in any Apple compiler. - Container Literals ================== |