File tree 5 files changed +11
-6
lines changed
Filter options
5 files changed +11
-6
lines changed
Original file line number Diff line number Diff line change 3
3
% % Version numbers
4
4
\newcommand {\docno }{}
5
5
\newcommand {\isodocno }{ISO/IEC DTS 9922:2024(E)}
6
- \newcommand {\prevdocno }{N4895;N4953;N4956}
6
+ \newcommand {\prevdocno }{N4895;N4953;N4956;N4968 }
7
7
\newcommand {\cppver }{201703L @@@} % % MW: need update
8
- \newcommand {\tsver }{202306 }
8
+ \newcommand {\tsver }{202406 }
9
9
10
10
% % Title
11
11
\newcommand {\doctitle }{Extensions to \Cpp for Concurrency Version 2 @@@}
17
17
% % Release date
18
18
\newcommand {\reldate }{\today }
19
19
20
- \newcommand {\copyrightyear }{2023 }
20
+ \newcommand {\copyrightyear }{2024 }
21
21
\newcommand {\cppstddocno }{ISO/IEC DTS 9922:2024(E)}
22
22
23
23
% % Library chapters
Original file line number Diff line number Diff line change 11
11
\huge \textsf {\textbf {International }} \\
12
12
\huge \textsf {\textbf {Standard }} \\
13
13
~ \vspace {2in} ~ \\
14
- \large \textsf {\textbf {\textcolor {red}{ISO SC22 WG21 N4968} }} \\
14
+ % % \large \textsf{\textbf{\textcolor{red}{ISO SC22 WG21 N4968}}} \\
15
15
\\
16
16
\end {tabular } \\
17
17
\hline
Original file line number Diff line number Diff line change 12
12
\renewcommand \@pnumwidth {2.5em}
13
13
\makeatother
14
14
15
+
15
16
\begin {KeepFromToc }
16
17
\tableofcontents
17
18
\end {KeepFromToc }
Original file line number Diff line number Diff line change 431
431
432
432
% \pnum
433
433
\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.
435
437
436
438
% \pnum
437
439
\complexity
Original file line number Diff line number Diff line change 45
45
\usepackage {memhfixc } % fix interactions between hyperref and memoir
46
46
\usepackage {xparse }
47
47
\usepackage {xstring }
48
-
48
+ \documentclass {article }
49
+ % \usepackage{fontspec}
50
+ % \setmainfont{XITS}
49
51
\input {layout }
50
52
\input {styles }
51
53
\input {macros }
You can’t perform that action at this time.
0 commit comments