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

Remove uses of Boost.Bind and Boost.Lambda #212

Merged
merged 1 commit into from
Jan 13, 2019

Conversation

mloskot
Copy link
Member

@mloskot mloskot commented Jan 13, 2019

Replace with std::bind and C++11 lambda functions.
The two Boost libraries should no longer be a direct dependency of Boost.GIL.

Tasklist

  • Review
  • Adjust for comments
  • All CI builds and checks have passed

@mloskot mloskot added cat/enhancement Improvements, but not fixes addressing identified bugs cat/refactoring Any nonfunctional changes labels Jan 13, 2019
@mloskot mloskot added this to the Boost 1.70 milestone Jan 13, 2019
@mloskot mloskot self-assigned this Jan 13, 2019
@mloskot mloskot added this to To Do in C++11 Modernization via automation Jan 13, 2019
@mloskot mloskot force-pushed the ml/remove-boost-bind-and-lambda branch from 7de5241 to 23a9379 Compare January 13, 2019 00:07
Copy link
Member

@stefanseefeld stefanseefeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome !

Replace with std::bind and C++11 lambda functions.
The two Boost libraries should no longer be a direct
dependency of Boost.GIL.
@mloskot mloskot force-pushed the ml/remove-boost-bind-and-lambda branch from 23a9379 to a53ded7 Compare January 13, 2019 00:18
@mloskot mloskot merged commit 78b7dcf into boostorg:develop Jan 13, 2019
C++11 Modernization automation moved this from To Do to Done Jan 13, 2019
@mloskot mloskot deleted the ml/remove-boost-bind-and-lambda branch January 13, 2019 01:03
mloskot added a commit to mloskot/gil that referenced this pull request Jan 13, 2019
Remove uses of boost::mem_fn (missing from Bind.Bind removal in boostorg#212).
@mloskot mloskot mentioned this pull request Jan 13, 2019
3 tasks
mloskot added a commit that referenced this pull request Jan 13, 2019
Remove uses of boost::mem_fn (missing from Bind.Bind removal in #212).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/enhancement Improvements, but not fixes addressing identified bugs cat/refactoring Any nonfunctional changes
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants