mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
update: build english pdf
This commit is contained in:
@@ -11,7 +11,7 @@ order: 1
|
||||
**编译环境**:本书将使用 `clang++` 作为唯一使用的编译器,同时总是在代码中使用 `-std=c++2a` 编译标志。
|
||||
|
||||
```bash
|
||||
$ clang++ -v
|
||||
> clang++ -v
|
||||
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
|
||||
Target: x86_64-apple-darwin18.6.0
|
||||
Thread model: posix
|
||||
|
||||
@@ -963,8 +963,6 @@ std::cout << new_enum::value3 << std::endl
|
||||
|
||||
2. 尝试用[折叠表达式](#折叠表达式)实现用于计算均值的函数,传入允许任意参数。
|
||||
|
||||
3.
|
||||
|
||||
> 参考答案[见此](../exercises/2)。
|
||||
|
||||
[返回目录](./toc.md) | [上一章](./01-intro.md) | [下一章 运行时强化](./03-runtime.md)
|
||||
|
||||
Reference in New Issue
Block a user