diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index 10cba9db..67ae667f 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -54,9 +54,9 @@
3545 | An Incremental Improvement to integral_constant | Bristol | Complete |
3644 | Null Forward Iterators | Bristol | Complete |
- 3668 | std::exchange(), | Bristol | Complete |
- 3658 | Compile-time integer sequences, | Bristol | Complete |
- 3670 | Addressing Tuples by Type, | Bristol | Complete |
+ 3668 | std::exchange() | Bristol | Complete |
+ 3658 | Compile-time integer sequences | Bristol | Complete |
+ 3670 | Addressing Tuples by Type | Bristol | Complete |
3671 | Making non-modifying sequence operations more robust | Bristol | Complete |
3656 | make_unique | Bristol | Complete |
3654 | Quoted Strings | Bristol | Implemented, but not checked in |
@@ -123,7 +123,7 @@
2174 | wstring_convert::converted() should be noexcept | Bristol | |
2175 | string_convert and wbuffer_convert validity | Bristol | |
2177 | Requirements on Copy/MoveInsertable | Bristol | |
- 2187 | vector is missing emplace and emplace_back member functions | Bristol | |
+ 2187 | vector is missing emplace and emplace_back member functions | Bristol | Not complete |
2197 | Specification of is_[un]signed unclear for non-arithmetic types | Bristol | |
2200 | Data race avoidance for all containers, not only for sequences | Bristol | |
2209 | assign() overspecified for sequence containers | Bristol | |