-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I think we should consider bringing in "span-lite" or a different span implementation (since we can't use c++20). I am already doing this in wdmcpl.
If we bring use a span it gives a slightly more safety with the Send call below because we can check that the buffer size is appropriate to be sending.
Line 97 in fa3e8e4
| virtual void Send(T* msgs) = 0; |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request