aboutsummaryrefslogtreecommitdiffstats
path: root/docs/C++-Standard-Libraries.md
diff options
context:
space:
mode:
authorMike McQuaid2017-03-26 12:55:46 +0100
committerGitHub2017-03-26 12:55:46 +0100
commita34f7277deda844a680f7c4726e46fd9c1bc8bbf (patch)
tree97662357e8610c406314dfa770380d76b451dd04 /docs/C++-Standard-Libraries.md
parent422afa0b49bae84e707cb3f66faf2da32cb4c462 (diff)
parentdc7f74210a3d03d829cd459bf3171129f3e2f60d (diff)
downloadbrew-a34f7277deda844a680f7c4726e46fd9c1bc8bbf.tar.bz2
Merge pull request #2394 from EricFromCanada/master
docs: code example reformatting
Diffstat (limited to 'docs/C++-Standard-Libraries.md')
-rw-r--r--docs/C++-Standard-Libraries.md4
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,