diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index 6b7bfa06..bcfb1f7a 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -239,11 +239,11 @@
2258 | a.erase(q1, q2) unable to directly return q2 | Issaquah | |
2263 | Comparing iterators and allocator pointers with different const-character | Issaquah | |
- 2293 | Wrong facet used by num_put::do_put | Issaquah | |
+ 2293 | Wrong facet used by num_put::do_put | Issaquah | Complete |
2301 | Why is std::tie not constexpr? | Issaquah | |
2304 | Complexity of count in unordered associative containers | Issaquah | |
2306 | match_results::reference should be value_type&, not const value_type& | Issaquah | |
- 2308 | Clarify container destructor requirements w.r.t. std::array | Issaquah | |
+ 2308 | Clarify container destructor requirements w.r.t. std::array | Issaquah | Complete |
2313 | tuple_size should always derive from integral_constant | Issaquah | |
2314 | apply() should return decltype(auto) and use decay_t before tuple_size | Issaquah | |
2315 | weak_ptr should be movable | Issaquah | |
@@ -257,7 +257,7 @@
2330 | regex("meow", regex::icase) is technically forbidden but should be permitted | Issaquah | |
2332 | regex_iterator/regex_token_iterator should forbid temporary regexes | Issaquah | |
2339 | Wording issue in nth_element | Issaquah | |
- 2341 | Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir) | Issaquah | |
+ 2341 | Inconsistency between basic_ostream::seekp(pos) and basic_ostream::seekp(off, dir) | Issaquah | Complete |
2344 | quoted()'s interaction with padding is unclear | Issaquah | |
2346 | integral_constant's member functions should be marked noexcept | Issaquah | |
2350 | min, max, and minmax should be constexpr | Issaquah | |