Current minimum deployment targets with C++14 / DSP module

Hey there!
I would like to cover as many users as possible, so I would like to know what’s the current minimum OS versions that I could target?

OS X 10.7

I’m not sure about Windows. You can compile using the v140_xp toolset, but I don’t have an old installation to test on.

When I trying to compile to anything below 10.9 I get a “atomic file not found”.

Set the “C++ Library” field in the Xcode build configuration to “LLVM libc++”.

1 Like