Updated to reflect updated use of existing clang support
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@131264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6b41c6047b
commit
7bbce3c0e7
@ -110,7 +110,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_constructible<T, Args...></tt></td>
|
||||
<td bgcolor="#FF5965">Needs CWG 1170 or <tt>__is_constructible(T, Args...)</tt></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -130,7 +130,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_assignable<T, U></tt></td>
|
||||
<td bgcolor="#FF5965">Needs CWG 1170 or <code>__is_assignable(T, U)</code></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -145,17 +145,17 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_destructible<T></tt></td>
|
||||
<td bgcolor="#FF5965">Needs CWG 1170 or <tt>__is_destructible(T)</tt></td>
|
||||
<td bgcolor="#FF5965">Needs CWG 1170</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>is_trivially_constructible<T, Args...></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_trivially_constructible(T, Args...)</tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_trivial_constructor(T, U)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>is_trivially_default_constructible<T></tt></td>
|
||||
<td><tt>__has_trivial_constructor(T)</tt></td>
|
||||
<td bgcolor="#80FF80"><tt>__has_trivial_constructor(T)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -190,7 +190,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_nothrow_constructible<T, Args...></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_nothrow_constructible(T, Args...)</tt></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -210,7 +210,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_nothrow_assignable<T, U></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_nothrow_assignable(T, U)</tt></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -225,12 +225,12 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_nothrow_destructible<T></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_nothrow_destructible(T)</tt></td>
|
||||
<td bgcolor="#FF5965">Needs CWG 1170</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><tt>is_trivial<T></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_trivial(T)</tt></td>
|
||||
<td bgcolor="#80FF80"><tt>__is_trivial(T)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@ -240,7 +240,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_standard_layout<T></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_standard_layout(T)</tt></td>
|
||||
<td bgcolor="#80FF80"><tt>__is_standard_layout(T)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user