diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index 2a3883b6d7df..ac37a6a12d63 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -121,9 +121,9 @@
2752 | "Throws:" clauses of async and packaged_task are unimplementable | Issaquah | |
2753 | Optional's constructors and assignments need constraints | Issaquah | |
2754 | The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible | Issaquah | |
- 2755 | §[string.view.io] uses non-existent basic_string_view::to_string function | Issaquah | |
+ 2755 | §[string.view.io] uses non-existent basic_string_view::to_string function | Issaquah | We already do this |
2756 | C++ WP optional should 'forward' T's implicit conversions | Issaquah | |
- 2759 | gcd / lcm and bool for the WP | Issaquah | |
+ 2759 | gcd / lcm and bool for the WP | Issaquah | Patch ready |
2760 | non-const basic_string::data should not invalidate iterators | Issaquah | Nothing to do |
2765 | Did LWG 1123 go too far? | Issaquah | |
2767 | not_fn call_wrapper can form invalid types | Issaquah | |
@@ -174,7 +174,7 @@
2686 -
2694 -
2696 -
-2699 -
+2699 - I don't think this requires any code changes; look more closely.
2712 -
2722 -
2729 -
@@ -195,9 +195,9 @@
2752 -
2753 -
2754 -
-2755 -
+2755 - Both string and string_view call a common routine for output; so no code changes needed.
2756 -
-2759 -
+2759 - Patch and tests ready
2760 - This is just wording cleanup; no code or test changes needed.
2765 -
2767 -