diff --git a/reference/functional/function/op_constructor.md b/reference/functional/function/op_constructor.md index f0a1d8bceb..5cddc1bad4 100644 --- a/reference/functional/function/op_constructor.md +++ b/reference/functional/function/op_constructor.md @@ -14,7 +14,7 @@ function(function&& f); // (4) C++17まで function(function&& f) noexcept; // (4) C++20 template -function(F f); // (5) +function(F&& f); // (5) template function(allocator_arg_t, const Alloc& alloc) noexcept; // (6) C++17で削除