|
7 | 7 | \tikzstyle{new}=[rectangle,draw=black,fill=green!50,thick,inner sep=2pt] |
8 | 8 | \tikzstyle{direct}=[<-,semithick] |
9 | 9 | \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}] |
11 | 11 | \node[old] (Simula) {Simula}; |
12 | 12 | \node[left of=Simula,node distance=1.5cm] {1967}; |
13 | 13 | \node[old] (BCPL) [right of=Simula, node distance=2cm] {BCPL}; |
|
58 | 58 | \node[new] (C++20) [below of=C++17] {\cpp20} |
59 | 59 | edge[direct] (C++17); |
60 | 60 | \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}; |
61 | 64 | \end{tikzpicture} |
62 | 65 | \end{minipage} |
63 | 66 | \begin{minipage}{0.57\linewidth} |
|
71 | 74 | \item Both C and \cpp are born in Bell Labs |
72 | 75 | \item \cpp {\it almost} embeds C |
73 | 76 | \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) |
75 | 78 | \item Each slide will be marked with first spec introducing the feature |
76 | 79 | } |
77 | 80 | \end{itemize} |
|
0 commit comments