mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
Jean-Daniel : clang now supports all required type_traits.
llvm-svn: 160510
This commit is contained in:
@@ -150,7 +150,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_trivially_constructible<T, Args...></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_trivial_constructor(T, U)</tt></td>
|
||||
<td bgcolor="#80FF80"><tt>__is_trivially_constructible(T, U)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
@@ -170,7 +170,7 @@ changed. Please see:
|
||||
|
||||
<tr>
|
||||
<td><tt>is_trivially_assignable<T, U></tt></td>
|
||||
<td bgcolor="#FF5965"><tt>__is_trivial_assign(T, U)</tt></td>
|
||||
<td bgcolor="#80FF80"><tt>__is_trivially_assignable(T, U)</tt></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user