Remove deprecated std::ptr_fun and std::bind2nd
std::ptr_fun and std::bind2nd are deprecated in C++11, and removed in C++17. This CL removes their usage, so that the code base is ready for C++17. Bug: 752720 Change-Id: I5a33143768a32864367f6889c4d1dbd0a26ee9e2 Reviewed-on: https://chromium-review.googlesource.com/1025541Reviewed-by:Nico Weber <thakis@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#553595}
Showing
Please register or sign in to comment