diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index b9e2a61c29d3..c7a2f30526fe 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -68,14 +68,14 @@
2394 | locale::name specification unclear - what is implementation-defined? | Issaquah | |
2460 | LWG issue 2408 and value categories | Issaquah | |
2468 | Self-move-assignment of library types | Issaquah | |
- 2475 | Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIs | Issaquah | |
+ 2475 | Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIs | Issaquah | Nothing to do. |
2503 | multiline option should be added to syntax_option_type | Issaquah | |
2510 | Tag types should not be DefaultConstructible | Issaquah | |
- 2514 | Type traits must not be final | Issaquah | |
- 2519 | Iterator operator-= has gratuitous undefined behaviour | Issaquah | |
+ 2514 | Type traits must not be final | Issaquah | Nothing to do |
+ 2519 | Iterator operator-= has gratuitous undefined behaviour | Issaquah | Nothing to do |
2531 | future::get should explicitly state that the shared state is released | Issaquah | |
2534 | Constrain rvalue stream operators | Issaquah | |
- 2536 | What should do? | Issaquah | |
+ 2536 | What should <complex.h> do? | Issaquah | We already do this |
2540 | unordered_multimap::insert hint iterator | Issaquah | |
2543 | LWG 2148 (hash support for enum types) seems under-specified | Issaquah | |
2544 | istreambuf_iterator(basic_streambuf* s) effects unclear when s is 0 | Issaquah | |
@@ -141,15 +141,15 @@
2358 - We already do this; I improved the tests
2394 -
2460 -
-2468 -
-2475 -
+2468 - I think we already do this; but will need to survey the libray to be sure
+2475 - Nothing to do here.
2503 -
-2510 -
-2514 -
-2519 -
+2510 - Need to write tests for all the tag types
+2514 - Nothing to do; We don't mark any of the type traits as final.
+2519 - This is just wording cleanup.
2531 -
2534 -
-2536 -
+2536 - We already do this.
2540 -
2543 -
2544 -