Index: www/cxx1z_status.html
===================================================================
--- www/cxx1z_status.html
+++ www/cxx1z_status.html
@@ -408,7 +408,7 @@
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 | Complete |
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 | |
+ 2696 | Interaction between make_shared and enable_shared_from_this is underspecified | Issaquah | Nothing to do |
2699 | Missing restriction in [numeric.requirements] | Issaquah | Complete |
2712 | copy_file(from, to, ...) has a number of unspecified error conditions | Issaquah | Complete |
2722 | equivalent incorrectly specifies throws clause | Issaquah | Complete |
@@ -426,7 +426,7 @@
2747 | Possibly redundant std::move in [alg.foreach] | Issaquah | Complete |
2748 | swappable traits for optionals | Issaquah | Complete |
2749 | swappable traits for variants | Issaquah | Complete |
- 2750 | [fund.ts.v2] LWG 2451 conversion constructor constraint | Issaquah | |
+ 2750 | [fund.ts.v2] LWG 2451 conversion constructor constraint | Issaquah | Nothing to do |
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 |
Index: www/cxx2a_status.html
===================================================================
--- www/cxx2a_status.html
+++ www/cxx2a_status.html
@@ -223,7 +223,7 @@
2849 | Why does !is_regular_file(from) cause copy_file to report a "file already exists" error? | Jacksonville | Nothing to do |
2851 | std::filesystem enum classes are now underspecified | Jacksonville | Nothing to do |
2946 | LWG 2758's resolution missed further corrections | Jacksonville | Complete |
- 2969 | polymorphic_allocator::construct() shouldn't pass resource() | Jacksonville | |
+ 2969 | polymorphic_allocator::construct() shouldn't pass resource() | Jacksonville | Complete |
2975 | Missing case for pair construction in scoped and polymorphic allocators | Jacksonville | |
2989 | path's stream insertion operator lets you insert everything under the sun | Jacksonville | Completed |
3000 | monotonic_memory_resource::do_is_equal uses dynamic_cast unnecessarily | Jacksonville | |