diff options
-rw-r--r-- | clang/docs/ObjectiveCLiterals.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/docs/ObjectiveCLiterals.rst b/clang/docs/ObjectiveCLiterals.rst index 92e4fb65cd2..8066d8f6bea 100644 --- a/clang/docs/ObjectiveCLiterals.rst +++ b/clang/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 ================== |