Author: ericwf
Date: Tue Dec 29 17:18:27 2015
New Revision: 256597

URL: http://llvm.org/viewvc/llvm-project?rev=256597&view=rev
Log:
Mark LWG defect #2367 as complete

Modified:
    libcxx/trunk/www/cxx1z_status.html

Modified: libcxx/trunk/www/cxx1z_status.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1z_status.html?rev=256597&r1=256596&r2=256597&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1z_status.html (original)
+++ libcxx/trunk/www/cxx1z_status.html Tue Dec 29 17:18:27 2015
@@ -165,7 +165,7 @@
        <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2273";>2273</a></td><td><tt>regex_match</tt>
 ambiguity</td><td>Kona</td><td></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>Complete</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#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>Complete</td></tr>
        <tr><td><a 
href="http://cplusplus.github.io/LWG/lwg-defects.html#2380";>2380</a></td><td>May
 <tt>&lt;cstdlib&gt;</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>


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to