You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this, passed by const-ref to send_buf, we get a compile error, because KaMPIng assumes that it is a buffer.
We should therefore not only check for the data() member but also for the other properties of C++20's std::ranges::contiguous_range.
The text was updated successfully, but these errors were encountered:
Consider a user (me) wants to send the following type of element:
With this, passed by const-ref to
send_buf
, we get a compile error, because KaMPIng assumes that it is a buffer.We should therefore not only check for the
data()
member but also for the other properties of C++20'sstd::ranges::contiguous_range
.The text was updated successfully, but these errors were encountered: