Skip to content

Commit b68978f

Browse files
amadiobernhardmgruber
authored andcommitted
Use C17 to refer to latest C standard
See https://en.cppreference.com/w/c/17 for more information.
1 parent abce9d5 commit b68978f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/introduction/history.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
\node[new] (C11) [below of=C99] {C11}
4848
edge[direct] (C99)
4949
edge[transverse] (C++98);
50-
\node[new] (C18) [below of=C11,node distance=1.8cm] {C18}
50+
\node[new] (C17) [below of=C11,node distance=1.8cm] {C17}
5151
edge[direct] (C11);
5252
\node[new] (C++14) [below of=C++11] {\cpp14}
5353
edge[direct] (C++11);

0 commit comments

Comments
 (0)