From b203fd5a6e6c4fa40551f7826b8ee640feb7fd58 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 20 Mar 2023 21:27:33 -0600 Subject: [PATCH] Stub for a language modernization section. --- 9.5/paper.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/9.5/paper.tex b/9.5/paper.tex index 2e0d625..5b1152b 100644 --- a/9.5/paper.tex +++ b/9.5/paper.tex @@ -189,7 +189,8 @@ The major changes of this release are: \item Addition of new \texttt{Trilinos} wrappers (see Section~\ref{sec:trilinos}); \item Advances in matrix-free infrastructure (see Section~\ref{sec:mf}); \item Advance in non-matching support (see Section~\ref{sec:nonmatching}); - \item New liner algebra features (see Section~\ref{sec:lac}). + \item New liner algebra features (see Section~\ref{sec:lac})l + \item C++ language modernization (see Section~\ref{sec:language}). \end{itemize} % @@ -275,6 +276,12 @@ can be found \end{itemize} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\subsection{C++ language modernization}\label{sec:language} + +Mention the C++20 work. Starting point: \dealii{} relies heavily on +templates that are explicitly instantiated. + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \subsection{New and improved tutorials and code gallery programs} -- 2.39.5