diff options
-rw-r--r-- | libcxx/www/upcoming_meeting.html | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index 7c4a27ba80c..92053bec81d 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -94,6 +94,17 @@ </table> +<h3>Issues to "Review"</h3> +<table border="1"> +<tr><th>Issue #</th><th>Issue Name</th><th>Meeting</th><th>Status</th></tr> +<tr><td><a href="https://wg21.link/LWG2412">2412</a></td><td><tt>promise::set_value()</tt> and <tt>promise::get_future()</tt> should not race</td><td>Jacksonville</td><td></td></tr> +<tr><td><a href="https://wg21.link/LWG2682">2682</a></td><td><code>filesystem::copy()</code> won't create a symlink to a directory</td><td>Jacksonville</td><td></td></tr> +<tr><td><a href="https://wg21.link/LWG2697">2697</a></td><td>[concurr.ts] Behavior of <tt>future/shared_future</tt> unwrapping constructor when given an invalid <tt>future</tt></td><td>Jacksonville</td><td></td></tr> +<tr><td><a href="https://wg21.link/LWG2708">2708</a></td><td><tt>recursive_directory_iterator::recursion_pending()</tt> is incorrectly specified</td><td>Jacksonville</td><td></td></tr> +<tr><td><a href="https://wg21.link/LWG2936">2936</a></td><td>Path comparison is defined in terms of the generic format</td><td>Jacksonville</td><td></td></tr> +</table> + + <h3>Comments about the issues</h3> <ul> <li> 2164 - Writing tests here will be fun.</li> @@ -121,8 +132,8 @@ <li> 3030 - Wording changes only?? Do we handle exceptions correctly here?</li> <li> 3034 - Need to check if our tests are correct.</li> <li> 3035 - <i>Easy to do</i></li> -<li> 3039 - We should implement P0777 first.</li> -<li> 3041 - We should implement P0777 first.</li> +<li> 3039 - <i>Patch Ready</i></li> +<li> 3041 - <i>Patch Ready</i></li> <li> 3042 - We already do this.</li> <li> 3043 - We have a 'TODO(ericwf)' here</li> <li> 3045 - We haven't done the <atomic> rework yet.</li> @@ -130,7 +141,16 @@ <li> 3051 - Fixing an inadvertent wording change</li> </ul> -<p>Last Updated: 29-Jan-2018</p> +<h3>Comments about the "Review" issues</h3> +<ul> +<li> 2412 - </li> +<li> 2682 - </li> +<li> 2697 - </li> +<li> 2708 - </li> +<li> 2936 - </li> +</ul> + +<p>Last Updated: 5-Feb-2018</p> </div> </body> </html> |