Skip to content

Commit d8458c7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/oneapi/tbb/flow_graph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ class multifunction_node :
971971
Input,
972972
typename wrap_tuple_elements<
973973
multifunction_output, // wrap this around each element
974-
Output // the tuple providing the types
974+
OutputTuple // Tuple with output types
975975
>::type,
976976
Policy,
977977
cache_aligned_allocator<Input>

0 commit comments

Comments
 (0)