Skip to content

Commit a5b5304

Browse files
Update include/oneapi/tbb/detail/_flow_graph_join_impl.h
Co-authored-by: Aleksei Fedotov <[email protected]>
1 parent 74f0043 commit a5b5304

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/oneapi/tbb/detail/_flow_graph_join_impl.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,9 +1529,8 @@
15291529
{}
15301530
#endif
15311531
template<typename... Bodies>
1532-
unfolded_join_node(graph &g, Bodies... bodies)
1533-
: base_type(g,
1534-
func_initializer_type(new type_to_key_function_body_leaf<Types, K, Bodies>(bodies)...))
1532+
unfolded_join_node(graph &g, Bodies... bodies) : base_type(g, func_initializer_type(
1533+
new type_to_key_function_body_leaf<Types, K, Bodies>(bodies)...))
15351534
{}
15361535
unfolded_join_node(const unfolded_join_node &other) : base_type(other) {}
15371536
};

0 commit comments

Comments
 (0)