[libcxx] r324503 - Comment on 'Review' issues
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 7 11:24:38 PST 2018
Author: marshall
Date: Wed Feb 7 11:24:37 2018
New Revision: 324503
URL: http://llvm.org/viewvc/llvm-project?rev=324503&view=rev
Log:
Comment on 'Review' issues
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=324503&r1=324502&r2=324503&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Wed Feb 7 11:24:37 2018
@@ -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>
More information about the cfe-commits
mailing list