diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index eb53a8372626..2723c8b6766a 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -32,11 +32,11 @@
-
libc++ Issaquah Status
+
libc++ Upcoming Metting Status
This is a temporary page; please check the c++1z status here
-
This page shows the status of the papers and issues that are expected to be adopted in Toronto.
+
This page shows the status of the papers and issues that are expected to be adopted in the next WG21 Meeting.
The groups that have contributed papers:
@@ -62,12 +62,12 @@
2779 | [networking.ts] Relax requirements on buffer sequence iterators | Albuquerque | |
2870 | Default value of parameter theta of polar should be dependent | Albuquerque | |
2935 | What should create_directories do when p already exists but is not a directory? | Albuquerque | |
- 2941 | ยง[thread.req.timing] wording should apply to both member and namespace-level functions | Albuquerque | |
- 2944 | LWG 2905 accidentally removed requirement that construction of the deleter doesn't throw an exception | Albuquerque | |
- 2945 | Order of template parameters in optional comparisons | Albuquerque | |
+ 2941 | [thread.req.timing] wording should apply to both member and namespace-level functions | Albuquerque | Nothing to do |
+ 2944 | LWG 2905 accidentally removed requirement that construction of the deleter doesn't throw an exception | Albuquerque | Nothing to do |
+ 2945 | Order of template parameters in optional comparisons | Albuquerque | Complete |
2948 | unique_ptr does not define operator<< for stream output | Albuquerque | |
2950 | std::byte operations are misspecified | Albuquerque | Patch Ready |
- 2952 | iterator_traits should work for pointers to cv T | Albuquerque | |
+ 2952 | iterator_traits should work for pointers to cv T | Albuquerque | Patch ready |
2953 | LWG 2853 should apply to deque::erase too | Albuquerque | |
2964 | Apparently redundant requirement for dynamic_pointer_cast | Albuquerque | |
2965 | Non-existing path::native_string() in filesystem_error::what() specification | Albuquerque | |
@@ -81,7 +81,7 @@
2982 | Making size_type consistent in associative container deduction guides | Albuquerque | |
2988 | Clause 32 cleanup missed one typename | Albuquerque | |
2993 | reference_wrapper conversion from T&& | Albuquerque | |
- 2998 | Requirements on function objects passed to {forward_,}list-specific algorithms | Albuquerque | Complete |
+ 2998 | Requirements on function objects passed to {forward_,}list-specific algorithms | Albuquerque | Nothing to do |
3001 | weak_ptr::element_type needs remove_extent_t | Albuquerque | |
3024 | variant's copies must be deleted instead of disabled via SFINAE | Albuquerque | |
@@ -92,12 +92,12 @@
- 2779 -
- 2870 - We already default to T(0); but the PR says T(). Later - this makes no difference at all; since T has to be float/double/long double
- 2935 - Eric?
-- 2941 - Looks like wording changes; need to check to be sure.
-- 2944 - Definitely just wording changes.
-- 2945 - Looks like we already do it; needs a close look to be sure.
+- 2941 - Wording cleanup; nothing to do.
+- 2944 - Wording cleanup; nothing to do.
+- 2945 - Synopsis was wrong; code was fine. Fixed in r317063
- 2948 -
- 2950 - Patch ready
-- 2952 -
+- 2952 - Patch ready
- 2953 - Probably just wording; check to be sure.
- 2964 - At the very least, it needs a test.
- 2965 - Eric?