Author: marshall
Date: Tue Jul 14 15:07:45 2015
New Revision: 242189

URL: http://llvm.org/viewvc/llvm-project?rev=242189&view=rev
Log:
Mark LWG2308 as complete; fix link. No code change necessary.

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=242189&r1=242188&r2=242189&view=diff
==============================================================================
--- libcxx/trunk/www/cxx1z_status.html (original)
+++ libcxx/trunk/www/cxx1z_status.html Tue Jul 14 15:07:45 2015
@@ -79,7 +79,7 @@
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2016";>2016</a></td><td>Allocators
 must be no-throw swappable</td><td>Urbana</td><td></td></tr>
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2376";>2118</td><td><code>unique_ptr</code>
 for array does not support cv qualification conversion of actual 
argument</td><td>Urbana</td><td>Will be resolved by N4089</td></tr>
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2170";>2170</a></td><td>Aggregates
 cannot be 
<code>DefaultConstructible</code></td><td>Urbana</td><td>Complete</td></tr>
-       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2387";>2308</td><td>Clarify
 container destructor requirements w.r.t. 
<code>std::array</code></td><td>Urbana</td><td>Will be resolved by 
N4258</td></tr>
+       <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2308";>2308</td><td>Clarify
 container destructor requirements w.r.t. 
<code>std::array</code></td><td>Urbana</td><td>Complete</td></tr>
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2340";>2340</a></td><td>Replacement
 allocation functions declared as 
inline</td><td>Urbana</td><td>Complete</td></tr>
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2354";>2354</a></td><td>Unnecessary
 copying when inserting into maps with braced-init 
syntax</td><td>Urbana</td><td></td></tr>
        <tr><td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2377";>2377</a></td><td><code>std::align</code>
 requirements overly strict</td><td>Urbana</td><td>Complete</td></tr>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to