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 some uses of std::bind from thread_management.h #8888

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

masterleinad
Copy link
Member

This is as far as I could get with replacing std::bind by lambdas in thread_management.h which is the last header that uses that function.
I wasn't able to replace it in the remaining places since our implementation of std::apply simply doesn't work for member function pointers.

@kronbichler
Copy link
Member

/rebuild

@kronbichler kronbichler merged commit a4d8fee into dealii:master Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants