diff options
Diffstat (limited to 'docs/C++-Standard-Libraries.md')
| -rw-r--r-- | docs/C++-Standard-Libraries.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/C++-Standard-Libraries.md b/docs/C++-Standard-Libraries.md index c1725f202..7f41c9007 100644 --- a/docs/C++-Standard-Libraries.md +++ b/docs/C++-Standard-Libraries.md @@ -3,10 +3,10 @@ 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. This was marked deprecated with a +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 +The default for 10.9 is **libc++**, which is also the default for `clang` on older platforms when building C++11 code. There are subtle incompatibilities between several of the C++ standard libraries, |
