From eee0ae9b0e2607ec07876fa2a8c495bff43cc28b Mon Sep 17 00:00:00 2001 From: biobios Date: Sun, 3 Nov 2024 03:25:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=82=B9=E3=83=88=E3=83=A9?= =?UTF-8?q?=E3=82=AF=E3=82=BF=E5=BC=95=E6=95=B0=E3=81=AE=E8=AA=A4=E3=82=8A?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/functional/function/op_constructor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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で削除