aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2016-09-14 17:27:48 +0100
committerDominyk Tiller2016-09-14 17:27:48 +0100
commit06145dd6d0c1b05478855efcdb384ab51a395da1 (patch)
treeac612c675e56813237932e72c69e06f8a79ac195
parent9d17e6faaa00a2dca8f3c1b3e28993b305672294 (diff)
downloadbrew-06145dd6d0c1b05478855efcdb384ab51a395da1.tar.bz2
C++-Standard-Libraries: note Xcode 8's libstdc++ deprecation
-rw-r--r--share/doc/homebrew/C++-Standard-Libraries.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/C++-Standard-Libraries.md b/share/doc/homebrew/C++-Standard-Libraries.md
index f841044b9..4912832f8 100644
--- a/share/doc/homebrew/C++-Standard-Libraries.md
+++ b/share/doc/homebrew/C++-Standard-Libraries.md
@@ -1,7 +1,7 @@
# 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.