Archived Forum Post

Index of archived forum posts

Question:

Why would I choose the libc++ linked download over the "all versions" download

Aug 12 '14 at 20:11

I assume the "all versions" is linked against libstdc++ for compatibility with gcc? In which case for projects using clang the libc++ version is the appropriate choice?


Accepted Answer

Both are for all versions of iOS. One is compiled referencing libstdc++ and the other with libc++. Choose the one that matches the standard library your application will be linking against.