diff --git a/src/vt/messaging/active.h b/src/vt/messaging/active.h index 49aa04b43f..e7e6f727ec 100644 --- a/src/vt/messaging/active.h +++ b/src/vt/messaging/active.h @@ -704,6 +704,15 @@ struct ActiveMessenger : runtime::component::PollableComponent TagType tag = no_tag ); + template + PendingSendType sendMsg( + NodeType dest, + MsgPtrThief msg, + TagType tag = no_tag + ) { + return sendMsg(dest, msg, tag); + } + /** * \brief Send a message with explicit size. *