mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 12:44:40 +03:00
update: prepare C++20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
title = 'C++11/14/17 On the Fly'
|
||||
title = 'C++11/14/17/20 On the Fly'
|
||||
filename = 'modern-cpp-tutorial'
|
||||
outputname='modern-cpp-tutorial'
|
||||
revision = $(shell git describe --always --tags)
|
||||
|
||||
@@ -10,7 +10,7 @@ ignores = ['TOC', 'Return to TOC', 'License', 'license']
|
||||
|
||||
with open('modern-cpp-tutorial.md', 'w') as outfile:
|
||||
outfile.write("""---
|
||||
title: "C++11/14/17 On the Fly"
|
||||
title: "C++11/14/17/20 On the Fly"
|
||||
author: Changkun Ou <hi@changkun.us>
|
||||
copyright: cc-by-nc-nd 4.0
|
||||
---
|
||||
|
||||
@@ -161,7 +161,7 @@ $endif$
|
||||
\thispagestyle{plain}
|
||||
\begin{center}
|
||||
|
||||
{\LARGE\textbf{C++11/14/17 On the Fly}}
|
||||
{\LARGE\textbf{C++11/14/17/20 On the Fly}}
|
||||
|
||||
\vspace{1em}
|
||||
{\large Changkun Ou (hi@changkun.us)}
|
||||
@@ -172,7 +172,7 @@ $endif$
|
||||
\vspace{1em}
|
||||
\textbf{\large License}
|
||||
|
||||
\noindent This work is written by \href{https://github.com/changkun}{Ou Changkun} and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. \texttt{\small http://creativecommons.org/licenses/by-nc-nd/4.0/}
|
||||
\noindent This work was written by \href{https://github.com/changkun}{Ou Changkun} and licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. \texttt{\small http://creativecommons.org/licenses/by-nc-nd/4.0/}
|
||||
|
||||
\vspace{8em}
|
||||
\includegraphics{../../assets/cover-2nd-en}
|
||||
|
||||
Reference in New Issue
Block a user