@Christoph-Hart said in C++ Version Preprocessor?:
everything will explode
I am yet to experience an explosion, RTNeural-NAM is using std::span and the Linux/Mac compilers are complaining unless I switch the AutoGeneratedProject.jucer to C++20
C++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