Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commRecv_Cuckoo() #57

Open
trachten opened this issue Jun 5, 2020 · 2 comments
Open

commRecv_Cuckoo() #57

trachten opened this issue Jun 5, 2020 · 2 comments

Comments

@trachten
Copy link
Owner

trachten commented Jun 5, 2020

Why does this receive longs when the constructor parameters are size_t's?

@novakboskov
Copy link
Collaborator

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?

@trachten
Copy link
Owner Author

trachten commented Jul 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants