summaryrefslogtreecommitdiffstats
path: root/clang/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
commit8317245f9c16577031e94238f096b7571457d55a (patch)
treed58813b0dfa2dbea6089cce285ceeadc787c0a87 /clang/docs/AutomaticReferenceCounting.html
parent49045ddb4c5ca988b602b5f3104abcf894640f7a (diff)
downloadbcm5719-llvm-8317245f9c16577031e94238f096b7571457d55a.tar.gz
bcm5719-llvm-8317245f9c16577031e94238f096b7571457d55a.zip
Update documentation to use "C++11" instead of "C++0x"
llvm-svn: 142339
Diffstat (limited to 'clang/docs/AutomaticReferenceCounting.html')
-rw-r--r--clang/docs/AutomaticReferenceCounting.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/AutomaticReferenceCounting.html b/clang/docs/AutomaticReferenceCounting.html
index bc784578e4c..ab7debf20c1 100644
--- a/clang/docs/AutomaticReferenceCounting.html
+++ b/clang/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
OpenPOWER on IntegriCloud