diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html
index 788c584ff4b4..2af774647849 100644
--- a/libcxx/www/upcoming_meeting.html
+++ b/libcxx/www/upcoming_meeting.html
@@ -64,7 +64,6 @@
| 2221 | No formatted output operator for nullptr | Issaquah | Patch ready |
| 2223 | shrink_to_fit effect on iterator validity | Issaquah | Nothing to do. |
| 2261 | Are containers required to use their 'pointer' type internally? | Issaquah | |
- | 2358 | Apparently-bogus definition of is_empty type trait | Issaquah | We already do this |
| 2394 | locale::name specification unclear - what is implementation-defined? | Issaquah | Nothing to do. |
| 2460 | LWG issue 2408 and value categories | Issaquah | Nothing to do. |
| 2468 | Self-move-assignment of library types | Issaquah | |
@@ -114,7 +113,7 @@
| 2742 | Inconsistent string interface taking string_view | Issaquah | Patch Ready |
| 2744 | any's in_place constructors | Issaquah | |
| 2745 | [fund.ts.v2] Implementability of LWG 2451 | Issaquah | |
- | 2747 | Possibly redundant std::move in [alg.foreach] | Issaquah | |
+ | 2747 | Possibly redundant std::move in [alg.foreach] | Issaquah | Patch ready |
| 2748 | swappable traits for optionals | Issaquah | |
| 2749 | swappable traits for variants | Issaquah | |
| 2750 | [fund.ts.v2] LWG 2451 conversion constructor constraint | Issaquah | |
@@ -123,12 +122,17 @@
| 2754 | The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructible | Issaquah | |
| 2755 | §[string.view.io] uses non-existent basic_string_view::to_string function | Issaquah | We already do this |
| 2756 | C++ WP optional should 'forward' T's implicit conversions | Issaquah | |
+ | 2758 | std::string{}.assign("ABCDE", 0, 1) is ambiguous | We already do this | |
| 2759 | gcd / lcm and bool for the WP | Issaquah | Patch ready |
| 2760 | non-const basic_string::data should not invalidate iterators | Issaquah | Nothing to do |
| 2765 | Did LWG 1123 go too far? | Issaquah | |
| 2767 | not_fn call_wrapper can form invalid types | Issaquah | |
| 2768 | any_cast and move semantics | Issaquah | |
- | 2769 | Redundant const in the return type of any_cast(const any&) | Issaquah | |
+
+ | 2771 | Broken Effects of some basic_string::compare functions in terms of basic_string_view | Issaquah | We already do this |
+ | 2773 | Making std::ignore constexpr | Issaquah | |
+ | 2777 | basic_string_view::copy should use char_traits::copy | Issaquah | |
+ | 2778 | basic_string_view is missing constexpr | Issaquah | |
Comments about the issues
@@ -138,7 +142,6 @@
2221 - Patch and tests ready
2223 - This is just wording cleanup.
2261 - Survey our containers to make sure we do this. Ideally, this will result in no code changes.
-2358 - We already do this; I improved the tests
2394 - This is just wording cleanup.
2460 - This is just wording cleanup.
2468 - I think we already do this; but will need to survey the libray to be sure
@@ -188,7 +191,7 @@
2742 - Patch and tests ready
2744 - std::any
2745 - std::optional for LFTS -- should be considered for C++17
-2747 - I suspect that this is just better specification of the existing structure. Probably need more tests for this.
+2747 - Patch ready, but I can't think of any way to test it.
2748 - std::optional
2749 - std::variant
2750 - std::optional for LFTS -- should be considered for C++17
@@ -197,12 +200,17 @@
2754 -
2755 - Both string and string_view call a common routine for output; so no code changes needed.
2756 - std::optional
+2758 - We already do this.
2759 - Patch and tests ready
2760 - This is just wording cleanup; no code or test changes needed.
2765 - is this just wording cleanup????? I don't think this actually requires code changes.
2767 -
2768 - std::any
-2769 - std::any
+
+2771 - We already do this.
+2773 -
+2777 - This should be easy; existing tests should suffice
+2778 - This is mostly tests.
Last Updated: 10-Oct-2016