Skip to content

Commit

Permalink
Add stub for continue_input
Browse files Browse the repository at this point in the history
  • Loading branch information
kboyarinov committed Jun 25, 2024
1 parent 73eb513 commit f92503a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/oneapi/tbb/detail/_flow_graph_node_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ class continue_input : public continue_receiver {
friend class apply_body_task_bypass< class_type, continue_msg >;

//! Applies the body to the provided input
graph_task* apply_body_bypass( input_type ) {
graph_task* apply_body_bypass( input_type__TBB_FLOW_GRAPH_METAINFO_ARG(const message_metainfo&) ) {
// There is an extra copied needed to capture the
// body execution without the try_put
fgt_begin_body( my_body );
Expand Down

0 comments on commit f92503a

Please sign in to comment.