From: Timo Heister Date: Wed, 8 Jul 2020 20:35:38 +0000 (-0400) Subject: add missing inline X-Git-Tag: v9.3.0-rc1~1303^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10671%2Fhead;p=dealii.git add missing inline --- diff --git a/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp b/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp index 477ec3d5cb..e554730ef0 100644 --- a/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp +++ b/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp @@ -913,7 +913,7 @@ class Subflow : public FlowBuilder { }; // Constructor -Subflow::Subflow(Executor& executor, Node* parent, Graph& graph) : +inline Subflow::Subflow(Executor& executor, Node* parent, Graph& graph) : FlowBuilder {graph}, _executor {executor}, _parent {parent} {