diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-01-25 22:33:17 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-01-25 22:33:17 +0000 |
| commit | 8abbc96c188e8fce2e21540921dd5bbb5e189b19 (patch) | |
| tree | 46da083c64be286a01ffbccf69ba3517ba4cdd26 | |
| parent | 6b7209b3f18e2d3570884c9d832fb38270c559c7 (diff) | |
| download | bcm5719-llvm-8abbc96c188e8fce2e21540921dd5bbb5e189b19.tar.gz bcm5719-llvm-8abbc96c188e8fce2e21540921dd5bbb5e189b19.zip | |
Mark 2903 as complete; we already do this
llvm-svn: 323479
| -rw-r--r-- | libcxx/www/cxx1z_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 82f7fa51926..c78cc7e6ad0 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -485,7 +485,7 @@ <tr><td><a href="https://wg21.link/LWG2878">2878</a></td><td>Missing DefaultConstructible requirement for istream_iterator default constructor</td><td>Kona</td><td></td></tr> <tr><td><a href="https://wg21.link/LWG2890">2890</a></td><td>The definition of 'object state' applies only to class types</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2900">2900</a></td><td>The copy and move constructors of optional are not constexpr</td><td>Kona</td><td>Complete</td></tr> - <tr><td><a href="https://wg21.link/LWG2903">2903</a></td><td>The form of initialization for the emplace-constructors is not specified</td><td>Kona</td><td></td></tr> + <tr><td><a href="https://wg21.link/LWG2903">2903</a></td><td>The form of initialization for the emplace-constructors is not specified</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2904">2904</a></td><td>Make variant move-assignment more exception safe</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2905">2905</a></td><td>is_constructible_v<unique_ptr<P, D>, P, D const &> should be false when D is not copy constructible</td><td>Kona</td><td>Complete</td></tr> <tr><td><a href="https://wg21.link/LWG2908">2908</a></td><td>The less-than operator for shared pointers could do more</td><td>Kona</td><td></td></tr> @@ -503,7 +503,7 @@ <!-- <tr><td></td><td></td><td></td><td></td></tr> --> </table> - <p>Last Updated: 2-Jan-2018</p> + <p>Last Updated: 25-Jan-2018</p> </div> </body> </html> |

