diff options
| author | Eric Fiselier <eric@efcs.ca> | 2015-10-14 22:26:40 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2015-10-14 22:26:40 +0000 |
| commit | dfdf929ac93ac6c638f7ccff384a4cbd86a19700 (patch) | |
| tree | 83b85ad70eefb80ef2bbdbe0189779654ad86536 | |
| parent | 86388ae7687e0362561073b39e328a57ac3525f6 (diff) | |
| download | bcm5719-llvm-dfdf929ac93ac6c638f7ccff384a4cbd86a19700.tar.gz bcm5719-llvm-dfdf929ac93ac6c638f7ccff384a4cbd86a19700.zip | |
Update issues status
llvm-svn: 250336
| -rw-r--r-- | libcxx/www/kona.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/www/kona.html b/libcxx/www/kona.html index 4eb4431c6dd..b01bb4e1682 100644 --- a/libcxx/www/kona.html +++ b/libcxx/www/kona.html @@ -74,7 +74,7 @@ <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2259">2259</a></td><td>Issues in 17.6.5.5 rules for member functions</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2336">2336</a></td><td><tt>is_trivially_constructible/is_trivially_assignable</tt> traits are always false</td><td>Kona</td><td></td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2353">2353</a></td><td><tt>std::next</tt> is over-constrained</td><td>Kona</td><td></td></tr> - <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2367">2367</a></td><td><tt>pair</tt> and <tt>tuple</tt> are not correctly implemented for <tt>is_constructible</tt> with no args</td><td>Kona</td><td></td></tr> + <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2367">2367</a></td><td><tt>pair</tt> and <tt>tuple</tt> are not correctly implemented for <tt>is_constructible</tt> with no args</td><td>Kona</td><td>Patch Ready</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2380">2380</a></td><td>May <tt><cstdlib></tt> provide <tt>long ::abs(long)</tt> and <tt>long long ::abs(long long)</tt>?</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2384">2384</a></td><td>Allocator's <tt>deallocate</tt> function needs better specification</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="http://cplusplus.github.io/LWG/lwg-defects.html#2385">2385</a></td><td><tt>function::assign</tt> allocator argument doesn't make sense</td><td>Kona</td><td></td></tr> @@ -119,7 +119,7 @@ <li><i>2259 - No code changes needed here.</i></li> <li>2336 - <b>Check later</b></li> <li>2353 - Simple change, needs a test. (test probably used to exist)</li> -<li>2367 - Already done in tuple, pair needs to be done. Tests. (Eric)</li> +<li><i>2367 - <b>Patch Available as D13750</b> (Eric)</i></li> <li><i>2380 - No code changes here; we already do this.</i></li> <li><i>2384 - Wording cleanup; no code change required</i></li> <li>2385 - Removing broken signatures. Only question is "how far back"?</li> |

