Jean-Daniel : clang now supports all required type_traits.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@160510 91177308-0d34-0410-b5e6-96231b3b80d8
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