diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2016-06-08 22:33:25 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2016-06-08 22:33:25 +0000 |
| commit | 79e7c2c9b4430d008d7a06e670d9078a3bfcd8d3 (patch) | |
| tree | b4debefaed2c81caec8469746058b709cb5d337d /libcxx | |
| parent | 89262b692810a70ea768fca210417f2c05857925 (diff) | |
| download | bcm5719-llvm-79e7c2c9b4430d008d7a06e670d9078a3bfcd8d3.tar.gz bcm5719-llvm-79e7c2c9b4430d008d7a06e670d9078a3bfcd8d3.zip | |
Add notes for 2688
llvm-svn: 272216
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/www/upcoming_meeting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index 16d172b935a..aaf188e53bc 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -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> |

