Skip to content

Commit 74f0043

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

include/oneapi/tbb/detail/_flow_graph_join_impl.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,10 +1523,9 @@
15231523
using func_initializer_type = std::tuple<type_to_key_function_body<Types, K>*...>;
15241524
public:
15251525
#if __TBB_PREVIEW_MESSAGE_BASED_KEY_MATCHING
1526-
unfolded_join_node(graph &g)
1527-
: base_type(g,
1528-
func_initializer_type(new type_to_key_function_body_leaf<Types, K,
1529-
key_from_message_body<K, Types>>(key_from_message_body<K, Types>())...))
1526+
unfolded_join_node(graph &g) : base_type(g, func_initializer_type(
1527+
new type_to_key_function_body_leaf<Types, K, key_from_message_body<K, Types>>
1528+
(key_from_message_body<K, Types>())...))
15301529
{}
15311530
#endif
15321531
template<typename... Bodies>

0 commit comments

Comments
 (0)