From afda4a9af9d3be64c528e8a25c2990f216d494c6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 11 May 2017 13:55:20 +0000 Subject: [PATCH] Mark LWG#2850 as complete. No functionality change; we had tests that covered it already. Just added comments to the tests. Thanks to K-ballo for the heads up. llvm-svn: 302799 --- .../func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp | 3 ++- libcxx/www/cxx1z_status.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp index 9d5681a..7516b2e 100644 --- a/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp @@ -11,7 +11,8 @@ // class function -// function(const function& f); +// function(const function& f); +// function(const function&& f); #include #include diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 9fe8e28..c108e71 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -461,7 +461,7 @@ 2837gcd and lcm should support a wider range of input valuesKonaComplete 2838is_literal_type specification needs a little cleanupKonaComplete 2842in_place_t check for optional::optional(U&&) should decay UKonaComplete - 2850std::function move constructor does unnecessary workKona + 2850std::function move constructor does unnecessary workKonaComplete 2853Possible inconsistency in specification of erase in [vector.modifiers]KonaComplete 2855std::throw_with_nested("string_literal")KonaComplete 2857{variant,optional,any}::emplace should return the constructed valueKonaComplete -- 2.7.4