mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
update: build english pdf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Chapter 01:Towards Modern C++
|
||||
title: "Chapter 01: Towards Modern C++"
|
||||
type: book-en-us
|
||||
order: 1
|
||||
---
|
||||
@@ -12,7 +12,7 @@ order: 1
|
||||
and always use the `-std=c++2a` compilation flag in your code.
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user