ITHare / obf

C++ Code+Data Obfuscation Library with Build-Time Polymorphism
Other
107 stars 11 forks source link

Try limiting our appetites to C++17 (instead of "1z/latest") #22

Closed nobugs-hare closed 6 years ago

nobugs-hare commented 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.

nobugs-hare commented 6 years ago

std=c++17 doesn't work for recent Clang/Mac :-( (clang-900.0.39.2).

nobugs-hare commented 6 years ago

Done for MSVC in https://github.com/ITHare/obf/commit/20f72925768bdbf92d724c84d613f6bf64b199f1 , closing the issue