From 52aff9f639bf9d6ecfed79e3a4f7f74cbebf017e Mon Sep 17 00:00:00 2001 From: Changkun Ou Date: Mon, 9 Apr 2018 15:11:00 +0200 Subject: [PATCH] =?UTF-8?q?revision=20#2:=20=E6=9B=B4=E6=96=B0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/01-intro.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/book/01-intro.md b/book/01-intro.md index 1c5ff05..830720d 100644 --- a/book/01-intro.md +++ b/book/01-intro.md @@ -1,8 +1,16 @@ # 第 1 章 迈向 C++11/14/17 - +[TOC] -本书将使用 `clang++` 作为唯一使用的编译器,同时总是在代码中使用 `-std=c++17` 编译标志。 +**编译环境**:本书将使用 `clang++` 作为唯一使用的编译器,同时总是在代码中使用 `-std=c++17` 编译标志。 + +```bash +→ clang++ -v +Apple LLVM version 9.1.0 (clang-902.0.39.1) +Target: x86_64-apple-darwin17.5.0 +Thread model: posix +InstalledDir: /Library/Developer/CommandLineTools/usr/bin +``` ## 1.1 被弃用的特性