From bbeef304361a16b16560222f43414983097f93fb Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Sat, 26 Oct 2024 11:23:27 +1100 Subject: [PATCH] Fix the scope fusion to not be get --- src/dsl/fusion/ScopeFusion.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dsl/fusion/ScopeFusion.hpp b/src/dsl/fusion/ScopeFusion.hpp index 6871c6eb..f63810c5 100644 --- a/src/dsl/fusion/ScopeFusion.hpp +++ b/src/dsl/fusion/ScopeFusion.hpp @@ -55,7 +55,7 @@ namespace dsl { struct ScopeFuser> { template - static auto get(threading::ReactionTask& task) + static auto scope(threading::ReactionTask& task) -> decltype(util::FunctionFusion, decltype(std::forward_as_tuple(task)), ScopeCaller,