Skip to content

Commit

Permalink
Use the new template argument name as the base class argument. This b…
Browse files Browse the repository at this point in the history
…uilds on macOS

Signed-off-by: Deepanjan Biswas <deepanjan.biswas@formlabs.com>
  • Loading branch information
dbiswas2808 committed Dec 13, 2022
1 parent 62480af commit fdf1543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/tbb/detail/_flow_graph_join_impl.h
Expand Up @@ -1215,7 +1215,7 @@
// and should match the typename.

template<int M, template<class> class PT, typename OutputTuple, typename JP>
class unfolded_join_node : public join_base<N,PT,OutputTuple,JP>::type {
class unfolded_join_node : public join_base<M,PT,OutputTuple,JP>::type {
public:
typedef typename wrap_tuple_elements<M, PT, OutputTuple>::type input_ports_type;
typedef OutputTuple output_type;
Expand Down

0 comments on commit fdf1543

Please sign in to comment.