diff options
| author | David Blaikie <dblaikie@gmail.com> | 2011-10-18 05:49:30 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2011-10-18 05:49:30 +0000 |
| commit | 8317245f9c16577031e94238f096b7571457d55a (patch) | |
| tree | d58813b0dfa2dbea6089cce285ceeadc787c0a87 /clang/docs/AutomaticReferenceCounting.html | |
| parent | 49045ddb4c5ca988b602b5f3104abcf894640f7a (diff) | |
| download | bcm5719-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.html | 2 |
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 |

