We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc294b2 commit 52aff9fCopy full SHA for 52aff9f
book/01-intro.md
@@ -1,8 +1,16 @@
1
# 第 1 章 迈向 C++11/14/17
2
3
-<!-- toc -->
+[TOC]
4
5
-本书将使用 `clang++` 作为唯一使用的编译器,同时总是在代码中使用 `-std=c++17` 编译标志。
+**编译环境**:本书将使用 `clang++` 作为唯一使用的编译器,同时总是在代码中使用 `-std=c++17` 编译标志。
6
+
7
+```bash
8
+→ clang++ -v
9
+Apple LLVM version 9.1.0 (clang-902.0.39.1)
10
+Target: x86_64-apple-darwin17.5.0
11
+Thread model: posix
12
+InstalledDir: /Library/Developer/CommandLineTools/usr/bin
13
+```
14
15
## 1.1 被弃用的特性
16
0 commit comments