Skip to content

Commit ea71d40

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/oneapi/tbb/detail/_flow_graph_join_impl.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,9 @@
14591459
// join base class type generator
14601460
template<template<class> class PortType, typename OutputTuple, typename JoinPolicy>
14611461
struct join_base {
1462-
using type = join_node_base<JP, typename wrap_tuple_elements<PT, OutputTuple>::type, OutputTuple>;
1462+
using type = join_node_base<JoinPolicy,
1463+
typename wrap_tuple_elements<PortType, OutputTuple>::type,
1464+
OutputTuple>;
14631465
};
14641466

14651467
template<typename OutputTuple, typename K, typename KHash>

0 commit comments

Comments
 (0)