Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0892864

Browse filesBrowse files
committed
Merge remote-tracking branch 'origin/main'
Merge remote work.
2 parents e21e2a9 + 4b15d3d commit 0892864
Copy full SHA for 0892864

File tree

5 files changed

+11
-6
lines changed
Filter options

5 files changed

+11
-6
lines changed

‎src/config.tex

Copy file name to clipboardExpand all lines: src/config.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
%% Version numbers
44
\newcommand{\docno}{}
55
\newcommand{\isodocno}{ISO/IEC DTS 9922:2024(E)}
6-
\newcommand{\prevdocno}{N4895;N4953;N4956}
6+
\newcommand{\prevdocno}{N4895;N4953;N4956;N4968}
77
\newcommand{\cppver}{201703L @@@} %% MW: need update
8-
\newcommand{\tsver}{202306}
8+
\newcommand{\tsver}{202406}
99

1010
%% Title
1111
\newcommand{\doctitle}{Extensions to \Cpp for Concurrency Version 2 @@@}
@@ -17,7 +17,7 @@
1717
%% Release date
1818
\newcommand{\reldate}{\today}
1919

20-
\newcommand{\copyrightyear}{2023}
20+
\newcommand{\copyrightyear}{2024}
2121
\newcommand{\cppstddocno}{ISO/IEC DTS 9922:2024(E)}
2222

2323
%% Library chapters

‎src/cover-wd.tex

Copy file name to clipboardExpand all lines: src/cover-wd.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
\huge \textsf{\textbf{International}} \\
1212
\huge \textsf{\textbf{Standard}} \\
1313
~ \vspace{2in} ~ \\
14-
\large \textsf{\textbf{\textcolor{red}{ISO SC22 WG21 N4968}}} \\
14+
%%\large \textsf{\textbf{\textcolor{red}{ISO SC22 WG21 N4968}}} \\
1515
\\
1616
\end{tabular} \\
1717
\hline

‎src/front.tex

Copy file name to clipboardExpand all lines: src/front.tex
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
\renewcommand\@pnumwidth{2.5em}
1313
\makeatother
1414

15+
1516
\begin{KeepFromToc}
1617
\tableofcontents
1718
\end{KeepFromToc}

‎src/srHP.tex

Copy file name to clipboardExpand all lines: src/srHP.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,9 @@
431431

432432
%\pnum
433433
\returns
434-
\tcode{old == ptr}. NOTE It is possible for \tcode{try_protect} to return \tcode{true} when \tcode{ptr} is a null pointer.
434+
\tcode{old == ptr}.
435+
436+
NOTE It is possible for \tcode{try_protect} to return \tcode{true} when \tcode{ptr} is a null pointer.
435437

436438
%\pnum
437439
\complexity

‎src/ts.tex

Copy file name to clipboardExpand all lines: src/ts.tex
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
\usepackage{memhfixc} % fix interactions between hyperref and memoir
4646
\usepackage{xparse}
4747
\usepackage{xstring}
48-
48+
\documentclass{article}
49+
%\usepackage{fontspec}
50+
%\setmainfont{XITS}
4951
\input{layout}
5052
\input{styles}
5153
\input{macros}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.