Clang compiler errors with c++17
In c++17 std::bind2nd
has been deprecated resulting in compiler errors with clang version 12:
OPAL/src/src/Classic/Algebra/Matrix.h:194:25: error: no member
named 'bind2nd' in namespace 'std'
std::bind2nd(std::multiplies<T>(), val));
~~~~~^