We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bond/python/inc/bond/python/converters.h
Line 81 in 05c5798
Function should be replaced with alternative. Since boost is already being used, "boost::ptr_fun" should be a direct replacement.
The text was updated successfully, but these errors were encountered:
[c++] [python] Replace deprecated std::ptr_fun
7449c72
`std::ptr_fun` is deprecated in C++11 and removed in C++17. Replace its one use with a lambda. Fixes microsoft#1080
Looks like a lambda works too. Proposed fix is in PR.
Sorry, something went wrong.
a8a56e9
`std::ptr_fun` is deprecated in C++11 and removed in C++17. Replace its one use with a lambda. Fixes #1080
Successfully merging a pull request may close this issue.
bond/python/inc/bond/python/converters.h
Line 81 in 05c5798
Function should be replaced with alternative. Since boost is already being used, "boost::ptr_fun" should be a direct replacement.
The text was updated successfully, but these errors were encountered: