Browse Source
std::mem_fun and std::bind2nd have been deprecated in C++11 and will be
removed in C++17. They were replaced by std::mem_fn and std::bind which
are easier to use.
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
(cherry picked from commit 6fce792e89)
Signed-off-by: Martin Storsjö <martin@martin.st>
cherry-pick-c5513cf9
committed by
Martin Storsjö
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue