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

Replace std::bind in documentation #8892

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

masterleinad
Copy link
Member

This is the final pull request for my quest for replacing std::bind by lambda functions (and possibly the most controversial). I tried to replace all std::bind examples by lambdas and list lambda functions as default choice.

Again, I am happy to take suggestions to retain std::bind in some places if there are good reasons.

include/deal.II/base/function.h Outdated Show resolved Hide resolved
include/deal.II/base/parallel.h Outdated Show resolved Hide resolved
include/deal.II/base/work_stream.h Outdated Show resolved Hide resolved
include/deal.II/base/work_stream.h Outdated Show resolved Hide resolved
include/deal.II/distributed/tria.h Outdated Show resolved Hide resolved
include/deal.II/distributed/tria.h Outdated Show resolved Hide resolved
include/deal.II/lac/solver.h Outdated Show resolved Hide resolved
include/deal.II/lac/solver.h Show resolved Hide resolved
include/deal.II/lac/solver.h Outdated Show resolved Hide resolved
include/deal.II/base/work_stream.h Outdated Show resolved Hide resolved
Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

I approved too early. Can you make the requested changes and then merge yourself?

include/deal.II/base/work_stream.h Outdated Show resolved Hide resolved
include/deal.II/distributed/tria.h Outdated Show resolved Hide resolved
include/deal.II/distributed/tria.h Outdated Show resolved Hide resolved
include/deal.II/distributed/tria.h Outdated Show resolved Hide resolved
include/deal.II/grid/filtered_iterator.h Outdated Show resolved Hide resolved
include/deal.II/lac/solver.h Outdated Show resolved Hide resolved
include/deal.II/numerics/time_dependent.h Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

None yet

2 participants