summaryrefslogtreecommitdiffstats
path: root/toolsoftrade
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-01-24 10:23:05 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-01-24 10:23:05 -0800
commit048020891c85ed9fbb3843be58cdfeb675cb84b9 (patch)
treefbc19252f47376ce03497fed028e19a9a7c3ecd8 /toolsoftrade
parent155a956234216b080e914294b1829da8f11c114f (diff)
downloadperfbook-048020891c85ed9fbb3843be58cdfeb675cb84b9.tar.gz
treewide: Update to recent draft of the C++ standard
Aside from one citation of an old draft that remains for historical reasons. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'toolsoftrade')
-rw-r--r--toolsoftrade/toolsoftrade.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 790b0f66..5cbc76ef 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -2037,7 +2037,7 @@ C++11~\cite{PeteBecker2011N3242}, the \apic{volatile} keyword was an
indispensible tool in the parallel programmer's toolbox.
This raises the question of exactly what \co{volatile} means,
a question that is not answered with excessive precision even
-by more recent versions of this standard~\cite{RichardSmith2018N4762}.\footnote{
+by more recent versions of this standard~\cite{RichardSmith2019N4800}.\footnote{
JF Bastien thoroughly documented the history and use cases
for the \co{volatile} keyword in
C++~\cite{JFBastien2018DeprecatingVolatile}.}