IPPL-framework/ippl

Utility/UserList.cpp and Utility/UserList.h cause compilation error on Apple Clang

Closed this issue · 1 comments

Utility/UserList.h includes the file Utility/vmap.h which makes use of a deprecated function std::binary_function. In case UserList.h/UserList.cpp aren't used anymore, the easiest fix would be to commend them from the Utility/CMakeLists.txt file.

This has been addressed in the PR by Manuel with has just been merged.