Skip to content
GitLab
Explore
Sign in
replace std::mem_fun with std::mem_fn
Code
Review changes
Check out branch
Download
Patches
Plain diff
Gerhard Raven
requested to merge
graven/Gaudi:remove_removed_mem_fun
into
master
Aug 13, 2017
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
std::mem_fun was deprecated in C++11, and is removed in C++17. (see e.g.
here
)
Merge request reports
Loading