-
Notifications
You must be signed in to change notification settings - Fork 98
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
Less restrictive CommsClient Bind interface #32
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). @caguero , what do you think of this proposal? |
Original comment by Jon Fink (Bitbucket: jonfink-arl). @nkoenig @caguero I actually have a branch where I've implemented this API (while keeping old method). Should I be able to push to the repository? (I tried at one point and it did not work, but I'm using a git interface to mercurial so that may be causing issues. |
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero). See pull request #99. |
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
Implemented in pull request #99. |
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
|
Original report (archived issue) by Jon Fink (Bitbucket: jonfink-arl).
Rather than only allowing the CommsClient to bind to a member function of a class, accept a std::function that can accept a wider range of C++ functionals. E.g.,
The text was updated successfully, but these errors were encountered: