diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html
index 34ea70370..15e1363f2 100644
--- a/www/cxx1z_status.html
+++ b/www/cxx1z_status.html
@@ -312,6 +312,78 @@
| 2726 | [recursive_]directory_iterator::increment(error_code&) is underspecified | Oulu | Complete |
| 2727 | Parallel algorithms with constexpr specifier | Oulu | |
| 2728 | status(p).permissions() and symlink_status(p).permissions() are not specified | Oulu | Complete |
+
+ | 2062 | Effect contradictions w/o no-throw guarantee of std::function swaps | Issaquah | Complete |
+ | 2166 | Heap property underspecified? | Issaquah | |
+ | 2221 | No formatted output operator for nullptr | Issaquah | |
+ | 2223 | shrink_to_fit effect on iterator validity | Issaquah | Complete |
+ | 2261 | Are containers required to use their 'pointer' type internally? | Issaquah | |
+ | 2394 | locale::name specification unclear - what is implementation-defined? | Issaquah | Complete |
+ | 2460 | LWG issue 2408 and value categories | Issaquah | Complete |
+ | 2468 | Self-move-assignment of library types | Issaquah | |
+ | 2475 | Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIs | Issaquah | Complete |
+ | 2503 | multiline option should be added to syntax_option_type | Issaquah | |
+ | 2510 | Tag types should not be DefaultConstructible | Issaquah | |
+ | 2514 | Type traits must not be final | Issaquah | Complete |
+ | 2519 | Iterator operator-= has gratuitous undefined behaviour | Issaquah | Complete |
+ | 2531 | future::get should explicitly state that the shared state is released | Issaquah | |
+ | 2534 | Constrain rvalue stream operators | Issaquah | |
+ | 2536 | What should <complex.h> do? | Issaquah | Complete |
+ | 2540 | unordered_multimap::insert hint iterator | Issaquah | Complete |
+ | 2543 | LWG 2148 (hash support for enum types) seems under-specified | Issaquah | Complete |
+ | 2544 | istreambuf_iterator(basic_streambuf* s) effects unclear when s is 0 | Issaquah | Complete |
+ | 2556 | Wide contract for future::share() | Issaquah | Patch ready |
+ | 2562 | Consistent total ordering of pointers by comparison functors | Issaquah | |
+ | 2567 | Specification of logical operator traits uses BaseCharacteristic, which is defined only for UnaryTypeTraits and BinaryTypeTraits | Issaquah | Complete |
+ | 2569 | conjunction and disjunction requirements are too strict | Issaquah | Complete |
+ | 2570 | [fund.ts.v2] conjunction and disjunction requirements are too strict | Issaquah | |
+ | 2578 | Iterator requirements should reference iterator traits | Issaquah | Complete |
+ | 2584 | ECMAScript IdentityEscape is ambiguous | Issaquah | |
+ | 2589 | match_results can't satisfy the requirements of a container | Issaquah | Complete |
+ | 2591 | std::function's member template target() should not lead to undefined behaviour | Issaquah | |
+ | 2598 | addressof works on temporaries | Issaquah | Patch ready |
+ | 2664 | operator/ (and other append) semantics not useful if argument has root | Issaquah | Complete |
+ | 2665 | remove_filename() post condition is incorrect | Issaquah | See Below |
+ | 2672 | Should is_empty use error_code in its specification? | Issaquah | Complete |
+ | 2678 | std::filesystem enum classes overspecified | Issaquah | Complete |
+ | 2679 | Inconsistent Use of Effects and Equivalent To | Issaquah | Complete |
+ | 2680 | Add "Equivalent to" to filesystem | Issaquah | Complete |
+ | 2681 | filesystem::copy() cannot copy symlinks | Issaquah | Complete |
+ | 2682 | filesystem::copy() won't create a symlink to a directory | Issaquah | Complete |
+ | 2686 | Why is std::hash specialized for error_code, but not error_condition? | Issaquah | Patch ready |
+ | 2694 | Application of LWG 436 accidentally deleted definition of "facet" | Issaquah | Complete |
+ | 2696 | Interaction between make_shared and enable_shared_from_this is underspecified | Issaquah | |
+ | 2699 | Missing restriction in [numeric.requirements] | Issaquah | |
+ | 2712 | copy_file(from, to, ...) has a number of unspecified error conditions | Issaquah | Complete |
+ | 2722 | equivalent incorrectly specifies throws clause | Issaquah | Complete |
+ | 2729 | Missing SFINAE on std::pair::operator= | Issaquah | |
+ | 2732 | Questionable specification of path::operator/= and path::append | Issaquah | Complete |
+ | 2733 | [fund.ts.v2] gcd / lcm and bool | Issaquah | |
+ | 2735 | std::abs(short), std::abs(signed char) and others should return int instead of double in order to be compatible with C++98 and C | Issaquah | |
+ | 2736 | nullopt_t insufficiently constrained | Issaquah | |
+ | 2738 | is_constructible with void types | Issaquah | Complete |
+ | 2739 | Issue with time_point non-member subtraction with an unsigned duration | Issaquah | Patch Ready |
+ | 2740 | constexpr optional::operator-> | Issaquah | Complete |
+ | 2742 | Inconsistent string interface taking string_view | Issaquah | Patch Ready |
+ | 2744 | any's in_place constructors | Issaquah | Complete |
+ | 2745 | [fund.ts.v2] Implementability of LWG 2451 | Issaquah | |
+ | 2747 | Possibly redundant std::move in [alg.foreach] | Issaquah | Patch ready |
+ | 2748 | swappable traits for optionals | Issaquah | Complete |
+ | 2749 | swappable traits for variants | Issaquah | |
+ | 2750 | [fund.ts.v2] LWG 2451 conversion constructor constraint | Issaquah | |
+ | 2752 | "Throws:" clauses of async and packaged_task are unimplementable | Issaquah | |
+ | 2755 | §[string.view.io] uses non-existent basic_string_view::to_string function | Issaquah | Complete |
+ | 2756 | C++ WP optional should 'forward' T's implicit conversions | Issaquah | Complete |
+ | 2758 | std::string{}.assign("ABCDE", 0, 1) is ambiguous | Complete | |
+ | 2759 | gcd / lcm and bool for the WP | Issaquah | Patch ready |
+ | 2760 | non-const basic_string::data should not invalidate iterators | Issaquah | Complete |
+ | 2765 | Did LWG 1123 go too far? | Issaquah | |
+ | 2767 | not_fn call_wrapper can form invalid types | Issaquah | Complete |
+ | 2769 | Redundant const in the return type of any_cast(const any&) | Issaquah | Complete |
+ | 2771 | Broken Effects of some basic_string::compare functions in terms of basic_string_view | Issaquah | Complete |
+ | 2773 | Making std::ignore constexpr | Issaquah | |
+ | 2777 | basic_string_view::copy should use char_traits::copy | Issaquah | Patch Ready |
+ | 2778 | basic_string_view is missing constexpr | Issaquah | |
- Last Updated: 13-Oct-2016
+ Last Updated: 14-Nov-2016