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
I assumed that long and size_t are of the same size (8 bytes on 64-bit platforms).
Do you think that I should have better written a size_t Communicant::commRecv_size_t()?
There are systems we want to support where narrow_cast<size_t>(long) would fail?
On Jul 21, 2020, at 9:31 PM, Novak Boškov ***@***.***> wrote:
I assumed that long and size_t are of the same size (8 bytes on 64-bit platforms).
Do you think that I should have better written a size_t Communicant::commRecv_size_t()?
There are systems we want to support where narrow_cast<size_t>(long) would fail?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#57 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACM5LU3B2NCR7G45ZHUSR43R4Y6OPANCNFSM4NUUMPEQ>.
Why does this receive
long
s when the constructor parameters are size_t's?The text was updated successfully, but these errors were encountered: