forked from OSchip/llvm-project
Update the www to indicate that auto is now implemented.
llvm-svn: 126280
This commit is contained in:
parent
2abf6767e3
commit
bb7dcf59a0
|
@ -419,8 +419,7 @@ compile-time assertions using <tt>static_assert</tt> is enabled.</p>
|
|||
|
||||
<p>Use <tt>__has_feature(cxx_auto_type)</tt> to determine C++0x type inference
|
||||
is supported using the <tt>auto</tt> specifier. If this is disabled,
|
||||
<tt>auto</tt> will instead be a storage class specifier, as in C or C++98.
|
||||
Clang does not currently implement this feature.</p>
|
||||
<tt>auto</tt> will instead be a storage class specifier, as in C or C++98.</p>
|
||||
|
||||
<h3 id="cxx_variadic_templates">C++0x variadic templates</h3>
|
||||
|
||||
|
|
|
@ -216,10 +216,10 @@ welcome!</p>
|
|||
</tr>
|
||||
<tr>
|
||||
<td>auto type deduction</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="complete" align="center"></td>
|
||||
<td class="complete" align="center"></td>
|
||||
<td class="complete" align="center"></td>
|
||||
<td class="complete" align="center"></td>
|
||||
<td>7.1.6.2, 7.1.6.4</td>
|
||||
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf">N1984</a></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue