We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7321b09 commit d8458c7Copy full SHA for d8458c7
include/oneapi/tbb/flow_graph.h
@@ -971,7 +971,7 @@ class multifunction_node :
971
Input,
972
typename wrap_tuple_elements<
973
multifunction_output, // wrap this around each element
974
- Output // the tuple providing the types
+ OutputTuple // Tuple with output types
975
>::type,
976
Policy,
977
cache_aligned_allocator<Input>
0 commit comments