Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d358e64

Browse files
authored
Merge pull request #240 from hsf-training/sponce_cpp23
Updated history slide
2 parents 834d3a3 + 7e7299f commit d358e64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎talk/introduction/history.tex‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
\tikzstyle{new}=[rectangle,draw=black,fill=green!50,thick,inner sep=2pt]
88
\tikzstyle{direct}=[<-,semithick]
99
\tikzstyle{transverse}=[<-,dotted,semithick]
10-
\begin{tikzpicture}[->, node distance=.75cm, font=\tiny, scale=0.9, every node/.style={scale=0.9}]
10+
\begin{tikzpicture}[->, node distance=.75cm, font=\tiny, scale=0.8, every node/.style={scale=0.8}]
1111
\node[old] (Simula) {Simula};
1212
\node[left of=Simula,node distance=1.5cm] {1967};
1313
\node[old] (BCPL) [right of=Simula, node distance=2cm] {BCPL};
@@ -58,6 +58,9 @@
5858
\node[new] (C++20) [below of=C++17] {\cpp20}
5959
edge[direct] (C++17);
6060
\node[left of=C++20,node distance=1.5cm] {2020};
61+
\node[new] (C++23) [below of=C++20] {\cpp23}
62+
edge[direct] (C++20);
63+
\node[left of=C++23,node distance=1.5cm] {2023};
6164
\end{tikzpicture}
6265
\end{minipage}
6366
\begin{minipage}{0.57\linewidth}
@@ -71,7 +74,7 @@
7174
\item Both C and \cpp are born in Bell Labs
7275
\item \cpp {\it almost} embeds C
7376
\item C and \cpp are still under development
74-
\item We will discuss all \cpp specs but \cpp20
77+
\item We will discuss all \cpp specs up to \cpp20 (only partially)
7578
\item Each slide will be marked with first spec introducing the feature
7679
}
7780
\end{itemize}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /