Skip to content
Snippets Groups Projects
Unverified Commit 06145dd6 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

C++-Standard-Libraries: note Xcode 8's libstdc++ deprecation

parent 9d17e6fa
No related branches found
No related tags found
No related merge requests found
# C++ Standard Libraries
There are two C++ standard libraries supported by Apple compilers.
The default for 10.8 and earlier is **libstdc++**, supported by Apple GCC compilers, GNU GCC compilers, and clang.
The default for 10.8 and earlier is **libstdc++**, supported by Apple GCC compilers, GNU GCC compilers, and clang. This was marked deprecated with a warning during compile as of Xcode 8.
The default for 10.9 is **libc++**, which is also the default for clang on older platforms when building C++11 code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment