[libcxx] r272216 - Add notes for 2688

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 8 15:33:25 PDT 2016


Author: marshall
Date: Wed Jun  8 17:33:25 2016
New Revision: 272216

URL: http://llvm.org/viewvc/llvm-project?rev=272216&view=rev
Log:
Add notes for 2688

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=272216&r1=272215&r2=272216&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Wed Jun  8 17:33:25 2016
@@ -86,7 +86,7 @@
 	<tr><td><a href="http://wg21.link/LWG2683">2683</a></td><td>filesystem::copy() says "no effects"</td><td>Oulu</td><td></td></tr>
 	<tr><td><a href="http://wg21.link/LWG2684">2684</a></td><td>priority_queue lacking comparator typedef</td><td>Oulu</td><td>Patch Ready</td></tr>
 	<tr><td><a href="http://wg21.link/LWG2685">2685</a></td><td>shared_ptr deleters must not not throw on move construction</td><td>Oulu</td><td>Complete</td></tr>
-	<tr><td><a href="http://wg21.link/LWG2688">2688</a></td><td>clamp misses preconditions and has extraneous condition on result</td><td>Oulu</td><td></td></tr>
+	<tr><td><a href="http://wg21.link/LWG2688">2688</a></td><td>clamp misses preconditions and has extraneous condition on result</td><td>Oulu</td><td>Patch Ready</td></tr>
 	<tr><td><a href="http://wg21.link/LWG2689">2689</a></td><td>Parallel versions of std::copy and std::move shouldn't be in order</td><td>Oulu</td><td></td></tr>
 	<tr><td><a href="http://wg21.link/LWG2698">2698</a></td><td>Effect of assign() on iterators/pointers/references</td><td>Oulu</td><td>Complete</td></tr>
 	<tr><td><a href="http://wg21.link/LWG2706">2706</a></td><td>Error reporting for recursive_directory_iterator::pop() is under-specified</td><td>Oulu</td><td></td></tr>
@@ -123,7 +123,7 @@
 <li>2683 - </li>
 <li>2684 - We already have one; just need to add a test for it.</li>
 <li>2685 - Wording clarification; no code change needed. We don't handle throwing move ctors here anyway.</li>
-<li>2688 - I believe that we already do this.</li>
+<li>2688 - I believe that we already do this. Add more tests</li>
 <li>2689 - We don't have a parallel implementation yet (though I'm working on it).</li>
 <li>2698 - Wording clarification; no code change needed.</li>
 <li>2706 - </li>




More information about the cfe-commits mailing list