update: prepare C++20

This commit is contained in:
Changkun Ou
2019-07-08 13:17:58 +02:00
parent 7204a23882
commit 407148cfff
28 changed files with 66 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
title = '高速上手 C++11/14/17'
title = '高速上手 C++11/14/17/20'
filename = 'modern-cpp-tutorial'
outputname='modern-cpp-tutorial'
revision = $(shell git describe --always --tags)

View File

@@ -9,7 +9,7 @@ ignores = ['TOC', '返回目录', '许可', 'license']
with open('modern-cpp-tutorial.md', 'w') as outfile:
outfile.write("""---
title: "高速上手 C++11/14/17"
title: "高速上手 C++11/14/17/20"
author: 欧长坤 <hi@changkun.us>
copyright: cc-by-nc-nd 4.0
---

View File

@@ -164,7 +164,7 @@ $endif$
\thispagestyle{plain}
\begin{center}
{\LARGE\textbf{高速上手 C++11/14/17}}
{\LARGE\textbf{高速上手 C++11/14/17/20}}
\vspace{1em}
{\large 欧长坤 (hi@changkun.us)}