mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
Release notes: add link to ISO C++ 2011 standard from the C++11 section.
llvm-svn: 145317
This commit is contained in:
parent
b3f9b0676a
commit
0e8f5c7e9b
@ -233,9 +233,10 @@ modes.</p>
|
||||
<h4 id="cxx11changes">C++11 Feature Support</h4>
|
||||
<p>Clang 3.0 adds support for
|
||||
<a href="http://clang.llvm.org/cxx_status.html#cxx11">more of the language
|
||||
features</a> added in the latest ISO C++ standard, C++11. Use
|
||||
<code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for these
|
||||
features. The following are now considered to be of production quality:
|
||||
features</a> added in the latest ISO C++ standard,
|
||||
<a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=50372">C++ 2011</a>.
|
||||
Use <code>-std=c++11</code> or <code>-std=gnu++11</code> to enable support for
|
||||
these features. The following are now considered to be of production quality:
|
||||
<ul>
|
||||
<li>Range-based <code>for</code> loops</li>
|
||||
<li>Alias declarations (a new syntax for <code>typedef</code> declarations),
|
||||
|
Loading…
Reference in New Issue
Block a user