diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html
index c08ff65ae..56fa383aa 100644
--- a/www/upcoming_meeting.html
+++ b/www/upcoming_meeting.html
@@ -78,9 +78,9 @@
| 2572 | The remarks for shared_ptr::operator* should apply to cv-qualified void as well | Jacksonville | |
| 2574 | [fund.ts.v2] std::experimental::function::operator=(F&&) should be constrained | Jacksonville | |
| 2575 | [fund.ts.v2] experimental::function::assign should be removed | Jacksonville | |
- | 2576 | istream_iterator and ostream_iterator should use std::addressof | Jacksonville | |
+ | 2576 | istream_iterator and ostream_iterator should use std::addressof | Jacksonville | Patch done; needs tests |
| 2577 | {shared,unique}_lock should use std::addressof | Jacksonville | |
- | 2579 | Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign | Jacksonville | |
+ | 2579 | Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign | Jacksonville | Patch Ready |
| 2581 | Specialization of <type_traits> variable templates should be prohibited | Jacksonville | |
| 2582 | §[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traits | Jacksonville | |
| 2583 | There is no way to supply an allocator for basic_string(str, pos) | Jacksonville | |
@@ -112,9 +112,9 @@
2572 -
2574 -
2575 - I don't think we ever implemented this; so 'removing' it is trivial
-2576 - This one is simple
+2576 - This one is simple, but testing it will be hard. I tried making a sublass of istringstream, but it got sliced.
2577 - This one is simple
-2579 - This one is simple
+2579 - Done.
2581 -
2582 -
2583 - This looks easy.