Closed nobugs-hare closed 6 years ago
Currently, we're requiring c++latest / c++1z when compiling; if possible - we should try to be more specific, and avoid using any post-C++17 stuff. Should try to switch to std:c++17 for all the supported compilers.
std=c++17 doesn't work for recent Clang/Mac :-( (clang-900.0.39.2).
Done for MSVC in https://github.com/ITHare/obf/commit/20f72925768bdbf92d724c84d613f6bf64b199f1 , closing the issue
Currently, we're requiring c++latest / c++1z when compiling; if possible - we should try to be more specific, and avoid using any post-C++17 stuff. Should try to switch to std:c++17 for all the supported compilers.