-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Use std::bind in place of boost:bind #34328
Conversation
Remove boost::bind dependency
+1 |
+reconstruction
|
@Purva-Chaudhari I see in some files a change of the include but no corresponding change from boost::bind to std:bind. I assume that means the include isn't needed at all, no? |
Yes! There were some unnecessary #include for boost bind. I cleaned those finding that it wasn't used. |
+generators |
+core |
+1 |
@cms-sw/db-l2 Do you have any comments? |
+1 @cms-sw/db-l2 let us know if you have comment. |
merge |
PR description:
In this case we can use std::bind instead of boost::bind
PR validation:
Passed on basic runTheMatrix test.
if this PR is a backport please specify the original PR and why you need to backport that PR:
@davidlange6 @vgvassilev