Skip to content

Commit 3e552d6

Browse files
author
Deepanjan Biswas
committed
Use the new template argument name as the base class argument. This builds on macOS
1 parent 179237c commit 3e552d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/oneapi/tbb/detail/_flow_graph_join_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@
12151215
// and should match the typename.
12161216

12171217
template<int M, template<class> class PT, typename OutputTuple, typename JP>
1218-
class unfolded_join_node : public join_base<N,PT,OutputTuple,JP>::type {
1218+
class unfolded_join_node : public join_base<M,PT,OutputTuple,JP>::type {
12191219
public:
12201220
typedef typename wrap_tuple_elements<M, PT, OutputTuple>::type input_ports_type;
12211221
typedef OutputTuple output_type;

0 commit comments

Comments
 (0)