Comment on 'Review' issues

llvm-svn: 324503
This commit is contained in:
Marshall Clow 2018-02-07 19:24:37 +00:00
parent fa9f699d30
commit 1d4546c0ad

View File

@ -32,7 +32,7 @@
<div id="content">
<!--*********************************************************************-->
<h1>libc++ Upcoming Metting Status</h1>
<h1>libc++ Upcoming Meeting Status</h1>
<!--*********************************************************************-->
<p>This is a temporary page; please check the c++1z status <a href="cxx1z_status.html">here</a></p>
@ -97,7 +97,7 @@
<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/LWG2412">2412</a></td><td><tt>promise::set_value()</tt> and <tt>promise::get_future()</tt> should not race</td><td>Jacksonville</td><td>Complete</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>
@ -143,14 +143,14 @@
<h3>Comments about the "Review" issues</h3>
<ul>
<li> 2412 - </li>
<li> 2682 - </li>
<li> 2697 - </li>
<li> 2708 - </li>
<li> 2936 - </li>
<li> 2412 - I think we do this already</li>
<li> 2682 - Eric - don't we do this already? </li>
<li> 2697 - No concurrency TS implementation yet</li>
<li> 2708 - Eric? </li>
<li> 2936 - Eric - don't we do this already?</li>
</ul>
<p>Last Updated: 5-Feb-2018</p>
<p>Last Updated: 7-Feb-2018</p>
</div>
</body>
</html>