Author: marshall
Date: Wed Oct  5 10:21:11 2016
New Revision: 283325

URL: http://llvm.org/viewvc/llvm-project?rev=283325&view=rev
Log:
Mark LWG issues 2221, 2556 and 2589 as complete

Modified:
    libcxx/trunk/www/upcoming_meeting.html

Modified: libcxx/trunk/www/upcoming_meeting.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/upcoming_meeting.html?rev=283325&r1=283324&r2=283325&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Wed Oct  5 10:21:11 2016
@@ -61,7 +61,7 @@
 
         <tr><td><a href="http://wg21.link/LWG2062";>2062</a></td><td>Effect 
contradictions w/o no-throw guarantee of std::function 
swaps</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2166";>2166</a></td><td>Heap 
property underspecified?</td><td>Issaquah</td><td></td></tr>
-        <tr><td><a href="http://wg21.link/LWG2221";>2221</a></td><td>No 
formatted output operator for nullptr</td><td>Issaquah</td><td></td></tr>
+        <tr><td><a href="http://wg21.link/LWG2221";>2221</a></td><td>No 
formatted output operator for nullptr</td><td>Issaquah</td><td>Patch 
ready</td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2223";>2223</a></td><td>shrink_to_fit effect on 
iterator validity</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2261";>2261</a></td><td>Are 
containers required to use their 'pointer' type 
internally?</td><td>Issaquah</td><td></td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2358";>2358</a></td><td>Apparently-bogus definition of 
is_empty type trait</td><td>Issaquah</td><td></td></tr>
@@ -79,14 +79,14 @@
         <tr><td><a 
href="http://wg21.link/LWG2540";>2540</a></td><td>unordered_multimap::insert 
hint iterator</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2543";>2543</a></td><td>LWG 2148 
(hash support for enum types) seems 
under-specified</td><td>Issaquah</td><td></td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2544";>2544</a></td><td>istreambuf_iterator(basic_streambuf<charT,
 traits>* s) effects unclear when s is 0</td><td>Issaquah</td><td></td></tr>
-        <tr><td><a href="http://wg21.link/LWG2556";>2556</a></td><td>Wide 
contract for future::share()</td><td>Issaquah</td><td></td></tr>
+        <tr><td><a href="http://wg21.link/LWG2556";>2556</a></td><td>Wide 
contract for future::share()</td><td>Issaquah</td><td>Patch ready</td></tr>
         <tr><td><a href="http://wg21.link/LWG2562";>2562</a></td><td>Consistent 
total ordering of pointers by comparison 
functors</td><td>Issaquah</td><td></td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2567";>2567</a></td><td>Specification of logical 
operator traits uses BaseCharacteristic, which is defined only for 
UnaryTypeTraits and BinaryTypeTraits</td><td>Issaquah</td><td></td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2569";>2569</a></td><td>conjunction and disjunction 
requirements are too strict</td><td>Issaquah</td><td></td></tr>
         <tr><td><a 
href="http://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="http://wg21.link/LWG2578";>2578</a></td><td>Iterator 
requirements should reference iterator traits</td><td>Issaquah</td><td>Nothing 
to do</td></tr>
         <tr><td><a href="http://wg21.link/LWG2584";>2584</a></td><td><regex> 
ECMAScript IdentityEscape is ambiguous</td><td>Issaquah</td><td></td></tr>
-        <tr><td><a 
href="http://wg21.link/LWG2589";>2589</a></td><td>match_results can't satisfy 
the requirements of a container</td><td>Issaquah</td><td></td></tr>
+        <tr><td><a 
href="http://wg21.link/LWG2589";>2589</a></td><td>match_results can't satisfy 
the requirements of a container</td><td>Issaquah</td><td>Nothing to do</td></tr>
         <tr><td><a 
href="http://wg21.link/LWG2591";>2591</a></td><td>std::function's member 
template target() should not lead to undefined 
behaviour</td><td>Issaquah</td><td></td></tr>
         <tr><td><a href="http://wg21.link/LWG2598";>2598</a></td><td>addressof 
works on temporaries</td><td>Issaquah</td><td>Patch ready</td></tr>
         <tr><td><a href="http://wg21.link/LWG2664";>2664</a></td><td>operator/ 
(and other append) semantics not useful if argument has 
root</td><td>Issaquah</td><td></td></tr>
@@ -135,7 +135,7 @@
 <ul>
 <li>2062 - </li>
 <li>2166 - </li>
-<li>2221 - </li>
+<li>2221 - Patch and tests ready</li>
 <li>2223 - </li>
 <li>2261 - </li>
 <li>2358 - </li>
@@ -153,14 +153,14 @@
 <li>2540 - </li>
 <li>2543 - </li>
 <li>2544 - </li>
-<li>2556 - </li>
+<li>2556 - Patch and tests ready</li>
 <li>2562 - </li>
 <li>2567 - </li>
 <li>2569 - </li>
 <li>2570 - </li>
 <li>2578 - This is just wording cleanup. </li>
 <li>2584 - </li>
-<li>2589 - </li>
+<li>2589 - This is just wording cleanup. </li>
 <li>2591 - </li>
 <li>2598 - Patch and tests ready</li>
 <li>2664 - </li>
@@ -205,7 +205,7 @@
 <li>2769 - </li>
 </ul>
 
-<p>Last Updated: 4-Oct-2016</p>
+<p>Last Updated: 5-Oct-2016</p>
 </div>
 </body>
 </html>


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

Reply via email to