jhu-cisst / cisst

JHU ERC CISST Library
http://github.com/jhu-cisst/cisst/wiki
Other
64 stars 47 forks source link

Support C++17 ISO Standard #73

Open DeveloperPaul123 opened 5 years ago

DeveloperPaul123 commented 5 years ago

Building cisst fails when the C++17 standard is specified (i.e. /std:c++17 for Visual Studio). This is due to the use of some functions/constructs in the standard template library that were removed in C++17 (std::binary_function for example).