Skip to content

Commit 5dbf45d

Browse files
author
Howard Hinnant
committed
CWG 1170 has been fixed for destructors
llvm-svn: 131290
1 parent 913820d commit 5dbf45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/www/type_traits_design.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h1>Type traits intrinsic design</h1>
145145

146146
<tr>
147147
<td><tt>is_destructible&lt;T&gt;</tt></td>
148-
<td bgcolor="#FF5965">Needs CWG 1170</td>
148+
<td></td>
149149
</tr>
150150

151151
<tr>
@@ -225,7 +225,7 @@ <h1>Type traits intrinsic design</h1>
225225

226226
<tr>
227227
<td><tt>is_nothrow_destructible&lt;T&gt;</tt></td>
228-
<td bgcolor="#FF5965">Needs CWG 1170</td>
228+
<td></td>
229229
</tr>
230230

231231
<tr>

0 commit comments

Comments
 (0)