Open DeveloperPaul123 opened 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).
cisst
/std:c++17
std::binary_function
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).