Skip to content

Commit 7321b09

Browse files
Update include/oneapi/tbb/flow_graph.h
Co-authored-by: Aleksei Fedotov <[email protected]>
1 parent faaa241 commit 7321b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/oneapi/tbb/flow_graph.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,8 @@ class multifunction_node :
982982
protected:
983983
static const int N = std::tuple_size<Output>::value;
984984
public:
985-
typedef Input input_type;
986-
typedef null_type output_type;
985+
using input_type = Input;
986+
using output_type = null_type;
987987
typedef typename wrap_tuple_elements<multifunction_output, Output>::type output_ports_type;
988988
typedef multifunction_input<
989989
input_type, output_ports_type, Policy, internals_allocator> input_impl_type;

0 commit comments

Comments
 (0)