diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html
index 30b04f9a1..3b1a4d02a 100644
--- a/www/upcoming_meeting.html
+++ b/www/upcoming_meeting.html
@@ -119,7 +119,7 @@
| 2750 | [fund.ts.v2] LWG 2451 conversion constructor constraint | Issaquah | |
| 2752 | "Throws:" clauses of async and packaged_task are unimplementable | Issaquah | |
| 2753 | Optional's constructors and assignments need constraints | Issaquah | We already do this |
- | 2754 | The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible | Issaquah | |
+ | 2754 | The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible | Issaquah | We already do this |
| 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 | Implemented in trunk |
| 2758 | std::string{}.assign("ABCDE", 0, 1) is ambiguous | We already do this | |
@@ -197,7 +197,7 @@
2750 - std::optional for LFTS -- should be considered for C++17
2752 -
2753 - std::optional: LGTM.
-2754 -
+2754 - std::any: LGTM.
2755 - Both string and string_view call a common routine for output; so no code changes needed.
2756 - std::optional: Very large change. It is fully implemented and tested.
2758 - We already do this.