diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index 4ffa747b..57be145d 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -89,7 +89,6 @@
2404 | mismatch() 's complexity needs to be updated | Urbana | Complete |
2408 | SFINAE-friendly common_type / iterator_traits is missing in C++14 | Urbana | common_type is waiting on LWG#2465 |
| | | |
-
2106 | move_iterator wrapping iterators returning prvalues | Urbana | |
2129 | User specializations of std::initializer_list | Urbana | Complete |
2212 | tuple_size for const pair request header | Urbana | Complete |
@@ -105,38 +104,38 @@
| | | |
2059 | C++0x ambiguity problem with map::erase | Lenexa | |
2063 | Contradictory requirements for string move assignment | Lenexa | |
- 2076 | Bad CopyConstructible requirement in set constructors | Lenexa | |
- 2160 | Unintended destruction ordering-specification of resize | Lenexa | |
- 2168 | Inconsistent specification of uniform_real_distribution constructor | Lenexa | |
- 2239 | min/max/minmax requirements | Lenexa | |
- 2364 | deque and vector pop_back don't specify iterator invalidation requirements | Lenexa | |
+ 2076 | Bad CopyConstructible requirement in set constructors | Lenexa | Complete |
+ 2160 | Unintended destruction ordering-specification of resize | Lenexa | Complete |
+ 2168 | Inconsistent specification of uniform_real_distribution constructor | Lenexa | Complete |
+ 2239 | min/max/minmax requirements | Lenexa | Complete |
+ 2364 | deque and vector pop_back don't specify iterator invalidation requirements | Lenexa | Complete |
2369 | constexpr max(initializer_list) vs max_element | Lenexa | |
- 2378 | Behaviour of standard exception types | Lenexa | |
- 2403 | stof() should call strtof() and wcstof() | Lenexa | |
- 2406 | negative_binomial_distribution should reject p == 1 | Lenexa | |
+ 2378 | Behaviour of standard exception types | Lenexa | Complete |
+ 2403 | stof() should call strtof() and wcstof() | Lenexa | Complete |
+ 2406 | negative_binomial_distribution should reject p == 1 | Lenexa | Complete |
2407 | packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit | Lenexa | |
- 2411 | shared_ptr is only contextually convertible to bool | Lenexa | |
+ 2411 | shared_ptr is only contextually convertible to bool | Lenexa | Complete |
2415 | Inconsistency between unique_ptr and shared_ptr | Lenexa | |
2420 | function does not discard the return value of the target object | Lenexa | |
- 2425 | operator delete(void*, size_t) doesn't invalidate pointers sufficiently | Lenexa | |
- 2427 | Container adaptors as sequence containers, redux | Lenexa | |
- 2428 | "External declaration" used without being defined | Lenexa | |
+ 2425 | operator delete(void*, size_t) doesn't invalidate pointers sufficiently | Lenexa | Complete |
+ 2427 | Container adaptors as sequence containers, redux | Lenexa | Complete |
+ 2428 | "External declaration" used without being defined | Lenexa | Complete |
2433 | uninitialized_copy()/etc. should tolerate overloaded operator& | Lenexa | |
- 2434 | shared_ptr::use_count() is efficient | Lenexa | |
- 2437 | iterator_traits::reference can and can't be void | Lenexa | |
- 2438 | std::iterator inheritance shouldn't be mandated | Lenexa | |
+ 2434 | shared_ptr::use_count() is efficient | Lenexa | Complete |
+ 2437 | iterator_traits::reference can and can't be void | Lenexa | Complete |
+ 2438 | std::iterator inheritance shouldn't be mandated | Lenexa | Complete |
2439 | unique_copy() sometimes can't fall back to reading its output | Lenexa | |
- 2440 | seed_seq::size() should be noexcept | Lenexa | |
+ 2440 | seed_seq::size() should be noexcept | Lenexa | Complete |
2442 | call_once() shouldn't DECAY_COPY() | Lenexa | |
- 2448 | Non-normative Container destructor specification | Lenexa | |
+ 2448 | Non-normative Container destructor specification | Lenexa | Complete |
2454 | Add raw_storage_iterator::base() member | Lenexa | |
- 2455 | Allocator default construction should be allowed to throw | Lenexa | |
+ 2455 | Allocator default construction should be allowed to throw | Lenexa | Complete |
2458 | N3778 and new library deallocation signatures | Lenexa | |
- 2459 | std::polar should require a non-negative rho | Lenexa | |
+ 2459 | std::polar should require a non-negative rho | Lenexa | Complete |
2464 | try_emplace and insert_or_assign misspecified | Lenexa | |
- 2467 | is_always_equal has slightly inconsistent default | Lenexa | |
+ 2467 | is_always_equal has slightly inconsistent default | Lenexa | Complete |
2470 | Allocator's destroy function should be allowed to fail to instantiate | Lenexa | |
- 2482 | [c.strings] Table 73 mentions nonexistent functions | Lenexa | |
+ 2482 | [c.strings] Table 73 mentions nonexistent functions | Lenexa | Complete |
2488 | Placeholders should be allowed and encouraged to be constexpr | Lenexa | |