diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 80b53021c1f06..bd33b6e3c5743 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -46,7 +46,7 @@
Paper # | Group | Paper Name | Meeting | Status | First released version |
---|---|---|---|---|---|
2890 | The definition of 'object state' applies only to class types | Kona | Complete | ||
2900 | The copy and move constructors of optional are not constexpr | Kona | Complete | ||
2903 | The form of initialization for the emplace-constructors is not specified | Kona | |||
2904 | Make variant move-assignment more exception safe | Kona | |||
2904 | Make variant move-assignment more exception safe | Kona | Complete | ||
2905 | is_constructible_v<unique_ptr<P, D>, P, D const &> should be false when D is not copy constructible | Kona | Complete | ||
2908 | The less-than operator for shared pointers could do more | Kona | |||
2911 | An is_aggregate type trait is needed | Kona | Complete |