C++17 build errors
Open
- Dominant language
- Shell
- Stars
- 21
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.