C++ Version Preprocessor?
-
Is there a preprocessor definition (in HISE settings) to set the C++ version for export?
-
@iamlamprey nope and everything will explode if you change this to anything other than C++17.
-
@Christoph-Hart said in C++ Version Preprocessor?:
everything will explode
I am yet to experience an explosion, RTNeural-NAM is using
std::spanand the Linux/Mac compilers are complaining unless I switch the AutoGeneratedProject.jucer to C++20C++17 works fine on Windows so I'm not even sure if the span is ever actually created
Edit: Yep it's some weird ghost function which isn't being called anywhere, might be for a specific edge-case but I can comment it out and use C++17