From dc7f74210a3d03d829cd459bf3171129f3e2f60d Mon Sep 17 00:00:00 2001 From: EricFromCanada Date: Sat, 25 Mar 2017 22:53:33 -0400 Subject: docs: code example reformatting Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables --- docs/C++-Standard-Libraries.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/C++-Standard-Libraries.md') 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, -- cgit v1.2.3