Skip to content

eliminate the use of deprecated std::ptr_fun

Gerhard Raven requested to merge avoid-deprecated-std-ptr_fun into master

std::ptr_fun has been deprecated in C++11, and will be removed in C++17 (see eg. http://en.cppreference.com/w/cpp/utility/functional/ptr_fun) This commit removes the one occurrence of it in PHYS

Merge request reports