-
Notifications
You must be signed in to change notification settings - Fork 216
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
Remove Boost.Bind usages. #418
Remove Boost.Bind usages. #418
Conversation
I will make an attempt of doing some workaronds for Clang. |
454863f
to
7d7c035
Compare
Thanks for your effort to improve Boost.Graph, it's really appreciated! |
Well, the speaker recommends to avoid |
Yeah, I think replacing one |
4329a27
to
3da5cba
Compare
I requested changes, but really they're just questions/suggestions. This code is good to go if there is a reason for everything. |
Fix build for clang.
3da5cba
to
2d182cf
Compare
Great, thanks for this improvement! |
This PR replaces
boost::bind
usages with lambdas, so Boost.Bind can be removed from dependances.