Update release notes and language extensions pages to note that support for

generalized initializers is available.

llvm-svn: 151477
This commit is contained in:
Richard Smith 2012-02-26 07:09:21 +00:00
parent b9a01b3990
commit 2dc867f4e3
2 changed files with 1 additions and 4 deletions

View File

@ -711,8 +711,7 @@ deleted function definitions (with <tt>= delete</tt>) is enabled.</p>
<p>Use <tt>__has_feature(cxx_generalized_initializers)</tt> to determine if
support for generalized initializers (using braced lists and
<tt>std::initializer_list</tt>) is enabled. Clang does not currently implement
this feature.</p>
<tt>std::initializer_list</tt>) is enabled.</p>
<h4 id="cxx_implicit_moves">C++11 implicit move constructors/assignment operators</h4>

View File

@ -122,9 +122,7 @@ following are now considered to be of production quality:
<ul>
<li>Generalized constant expressions</li>
<li>Lambda expressions</li>
<!--
<li>Generalized initializers</li>
-->
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->