diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index afd51eba..ebd58b1c 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -108,9 +108,9 @@
2033 | Preconditions of reserve, shrink_to_fit, and resize functions | Kona | Complete |
2039 | Issues with std::reverse and std::copy_if | Kona | Complete |
2044 | No definition of "Stable" for copy algorithms | Kona | Complete |
- 2045 | forward_list::merge and forward_list::splice_after with unequal allocators | Kona | |
+ 2045 | forward_list::merge and forward_list::splice_after with unequal allocators | Kona | Complete |
2047 | Incorrect "mixed" move-assignment semantics of unique_ptr | Kona | Complete |
- 2050 | Unordered associative containers do not use allocator_traits to define member types | Kona | |
+ 2050 | Unordered associative containers do not use allocator_traits to define member types | Kona | Complete |
2053 | Errors in regex bitmask types | Kona | Complete |
2061 | make_move_iterator and arrays | Kona | Complete |
2064 | More noexcept issues in basic_string | Kona | Complete |
@@ -122,7 +122,7 @@
| | | |
2071 | std::valarray move-assignment | Portland | Complete |
2074 | Off by one error in std::reverse_copy | Portland | Complete |
- 2081 | Allocator requirements should include CopyConstructible 2083 const-qualification on weak_ptr::owner_before | Portland | |
+ 2081 | Allocator requirements should include CopyConstructible 2083 const-qualification on weak_ptr::owner_before | Portland | Complete |
2083 | const-qualification on weak_ptr::owner_before | Portland | Complete |
2086 | Overly generic type support for math functions | Portland | |
2099 | Unnecessary constraints of va_start() usage | Portland | Complete |
@@ -151,11 +151,11 @@
2163 | nth_element requires inconsistent post-conditions | Bristol | Complete |
2169 | Missing reset() requirements in unique_ptr specialization | Bristol | |
2172 | Does atomic_compare_exchange_* accept v == nullptr arguments? | Bristol | Complete |
- 2080 | Specify when once_flag becomes invalid | Bristol | |
+ 2080 | Specify when once_flag becomes invalid | Bristol | Complete |
2098 | promise throws clauses | Bristol | Complete |
2109 | Incorrect requirements for hash specializations | Bristol | Complete |
- 2130 | missing ordering constraints for fences | Bristol | |
- 2138 | atomic_flag::clear ordering constraints | Bristol | |
+ 2130 | missing ordering constraints for fences | Bristol | Complete |
+ 2138 | atomic_flag::clear ordering constraints | Bristol | Complete |
2140 | notify_all_at_thread_exit synchronization | Bristol | |
2144 | Missing noexcept specification in type_index | Bristol | Complete |
2174 | wstring_convert::converted() should be noexcept | Bristol | Complete |