summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2017-12-05 03:51:16 +0000
committerMarshall Clow <mclow.lists@gmail.com>2017-12-05 03:51:16 +0000
commitf7d0fecf346bb09a13674a78b6f333912ae67501 (patch)
tree1c1e9905b11095a47c0421fc0a3270cf235ec1f1
parent94ab5eb370f1ff4986770753e7a4db56baa4d87d (diff)
Add issue 2587, which was missed
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319734 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx1z_status.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index 26a1bc988..4665eb22b 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -391,6 +391,7 @@
<tr><td><a href="https://wg21.link/LWG2570">2570</a></td><td>[fund.ts.v2] conjunction and disjunction requirements are too strict</td><td>Issaquah</td><td></td></tr>
<tr><td><a href="https://wg21.link/LWG2578">2578</a></td><td>Iterator requirements should reference iterator traits</td><td>Issaquah</td><td>Complete</td></tr>
<tr><td><a href="https://wg21.link/LWG2584">2584</a></td><td><regex> ECMAScript IdentityEscape is ambiguous</td><td>Issaquah</td><td></td></tr>
+ <tr><td><a href="https://wg21.link/LWG2587">2587</a></td><td>"Convertible to bool" requirement in conjunction and disjunction</td><td>Issaquah</td><td></td></tr>
<tr><td><a href="https://wg21.link/LWG2588">2588</a></td><td>[fund.ts.v2] "Convertible to bool" requirement in conjunction and disjunction</td><td>Issaquah</td><td></td></tr>
<tr><td><a href="https://wg21.link/LWG2589">2589</a></td><td>match_results can't satisfy the requirements of a container</td><td>Issaquah</td><td>Complete</td></tr>
<tr><td><a href="https://wg21.link/LWG2591">2591</a></td><td>std::function's member template target() should not lead to undefined behaviour</td><td>Issaquah</td><td>Complete</td></tr>