even with C++ Language Standard set to C++ 17 i get this error when i try to use std::clamp:
error: /Users/home/Library/Caches/Projucer/PIPs/AnalyticsCollectionDemo/Source/Main.cpp: no member named 'clamp' in namespace 'std'
the code builds fine in xcode, just not in projucer, any ideas?
