summaryrefslogtreecommitdiffstats
path: root/docs/AutomaticReferenceCounting.html
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-10-18 05:49:30 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-10-18 05:49:30 +0000
commit5090e9f96e518bce482fd10b93f8bf3e2b11b5cc (patch)
tree4862079d4c823d23fe0ec9fd50de15a5b717abd9 /docs/AutomaticReferenceCounting.html
parentee1c68a0d9de322424b368b9e6dc58fa3daefceb (diff)
Update documentation to use "C++11" instead of "C++0x"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/AutomaticReferenceCounting.html')
-rw-r--r--docs/AutomaticReferenceCounting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/AutomaticReferenceCounting.html b/docs/AutomaticReferenceCounting.html
index bc784578e4..ab7debf20c 100644
--- a/docs/AutomaticReferenceCounting.html
+++ b/docs/AutomaticReferenceCounting.html
@@ -1006,7 +1006,7 @@ with a <tt>void*</tt> or an <tt>__unsafe_unretained</tt>
object.</p></div>
<p>This restriction does not apply in Objective-C++. However,
-nontrivally ownership-qualified types are considered non-POD: in C++0x
+nontrivally ownership-qualified types are considered non-POD: in C++11
terms, they are not trivially default constructible, copy
constructible, move constructible, copy assignable, move assignable,
or destructible. It is a violation of C++ One Definition Rule to use