Thanks to Chandler for reminding me to update the documentation for the

__underlying_type feature.

llvm-svn: 135402
This commit is contained in:
Alexis Hunt 2011-07-18 17:22:33 +00:00
parent c6d1d946e7
commit 106b4924e2
1 changed files with 1 additions and 0 deletions

View File

@ -599,6 +599,7 @@ struct is_convertible_to {
<li><code>__is_polymorphic</code> (GNU, Microsoft)</li>
<li><code>__is_union</code> (GNU, Microsoft)</li>
<li><code>__is_literal(type)</code>: Determines whether the given type is a literal type</li>
<li><code>__underlying_type(type)</code>: Retrieves the underlying type for a given <code>enum</code> type. This trait is required to implement the C++0x standard library.</li>
</ul>
<!-- ======================================================================= -->