From f12a377200307a3f190ff0b76e7d87cf0deec46b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 24 Jul 2024 14:54:15 -0600 Subject: [PATCH] Name an argument. --- include/deal.II/base/task_result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/task_result.h b/include/deal.II/base/task_result.h index f00fc958f8..f2883f0f38 100644 --- a/include/deal.II/base/task_result.h +++ b/include/deal.II/base/task_result.h @@ -196,7 +196,7 @@ namespace Threads * represents anything and is left as if default-constructed. */ TaskResult & - operator=(TaskResult &&) noexcept; + operator=(TaskResult &&other) noexcept; /** * Copy assignment operator from a Task object. By assigning the Task -- 2.39.5