From: Wolfgang Bangerth Date: Tue, 21 Mar 2023 03:27:33 +0000 (-0600) Subject: Stub for a language modernization section. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b203fd5a6e6c4fa40551f7826b8ee640feb7fd58;p=release-papers.git Stub for a language modernization section. --- 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}