summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-08-04 00:11:03 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-08-03 13:56:18 -0700
commit6528ec511d5da82b0b11d8690eebc6f86d94753a (patch)
tree1ceb5c4a7f00d298c27934b8f1738efdb1295428
parent1324b33f6b00e7740cf9d0aa1c3a4feaeb8cc93c (diff)
downloadperfbook-6528ec511d5da82b0b11d8690eebc6f86d94753a.tar.gz
future/tm: Cite Draft Specification of Transactional Language Constructs for C++ version 1.1
Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--future/tm.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/future/tm.tex b/future/tm.tex
index 9872f623..e6985099 100644
--- a/future/tm.tex
+++ b/future/tm.tex
@@ -623,7 +623,7 @@ in a not-yet-loaded function, possibilities include the following:
corresponding time delays, and also with the corresponding
decoration of a great many otherwise uninvolved library functions.
That said, the standardization effort is already in
- progress~\cite{Ali-Reza-Adl-Tabatabai2009CppTM}.
+ progress~\cite{Ali-Reza-Adl-Tabatabai2009CppTM,Ali-Reza-Adl-Tabatabai2012CppTM}.
\item As above, disallow dynamic linking and loading of functions from
within transactions.
\end{enumerate}