coin-or / coin-or/CoinMP

C++17 build errors

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.