CoinMP icon indicating copy to clipboard operation
CoinMP copied to clipboard

C++17 build errors

Open dslarm opened this issue 11 months ago • 0 comments

On OS/X, latest C++ compilers, and latest Clang, will error (see https://github.com/conda-forge/coinmp-feedstock/pull/11/) due to use of deprecated 'register' and 'std::bind2nd'. These were removed from C++17, and deprecated in C++17.

The Makefile for CoinMP needs to either add '-std=c++14' - or the code be updated to c++17.

dslarm avatar Jan 30 '25 12:01 dslarm