Forward-declared enumerations are now complete, except for an interaction

between unscoped enumerations and class template member specializations,
whose behavior is currently under discussion in CWG (and for which there
is a preference to not implement the currently-standardized wording).

llvm-svn: 153464
This commit is contained in:
Richard Smith 2012-03-26 20:31:41 +00:00
parent 14779cc49e
commit 6da64f39d4
2 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ following are now considered to be of production quality:
<li>Generalized initializers</li>
<li>Unrestricted unions</li>
<li>User-defined literals</li>
<li>Forward-declared enumerations</li>
</ul>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->

View File

@ -158,7 +158,7 @@ with clang; other versions have not been tested.</p>
<td>Forward declarations for enums</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764</a>
<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1206">DR1206</a></td>
<td class="none" align="center">No</td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Generalized attributes</td>