Skip to content

Commit b6056bc

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/oneapi/tbb/flow_graph.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -985,9 +985,9 @@ class multifunction_node :
985985
using input_type = Input;
986986
using output_type = null_type;
987987
typedef typename wrap_tuple_elements<multifunction_output, Output>::type output_ports_type;
988-
typedef multifunction_input<
989-
input_type, output_ports_type, Policy, internals_allocator> input_impl_type;
990-
typedef function_input_queue<input_type, internals_allocator> input_queue_type;
988+
using input_impl_type =
989+
multifunction_input<input_type, output_ports_type, Policy, internals_allocator>;
990+
using input_queue_type = function_input_queue<input_type, internals_allocator>;
991991
private:
992992
using input_impl_type::my_predecessors;
993993
public:

0 commit comments

Comments
 (0)