Skip to content

Commit 8b5a6d9

Browse files
Eeliszygoloid
authored andcommitted
[std] Add missing \pnums.
1 parent 41d7456 commit 8b5a6d9

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

source/algorithms.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10641,6 +10641,7 @@
1064110641
\end{itemdecl}
1064210642

1064310643
\begin{itemdescr}
10644+
\pnum
1064410645
\effects
1064510646
Equivalent to:
1064610647
\begin{codeblock}

source/atomics.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,7 @@
13791379
\end{itemdecl}
13801380

13811381
\begin{itemdescr}
1382+
\pnum
13821383
\effects
13831384
Equivalent to:
13841385
\tcode{return fetch_\placeholder{key}(operand) \placeholdernc{op} operand;}

source/future.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,7 @@
15481548

15491549
\rSec1[depr.tuple]{Tuple}
15501550

1551+
\pnum
15511552
The header \libheaderref{tuple} has the following additions:
15521553

15531554
\begin{codeblock}
@@ -2694,6 +2695,7 @@
26942695

26952696
\rSec2[depr.atomics.volatile]{Volatile access}
26962697

2698+
\pnum
26972699
If an atomic specialization has one of the following overloads,
26982700
then that overload participates in overload resolution
26992701
even if \tcode{atomic<T>::is_always_lock_free} is \tcode{false}:

source/numerics.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,7 @@
14611461

14621462
\rSec2[bit.rotate]{Rotating}
14631463

1464+
\pnum
14641465
In the following descriptions,
14651466
let \tcode{N} denote \tcode{numeric_limits<T>::digits}.
14661467

source/support.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3153,6 +3153,7 @@
31533153

31543154
\rSec2[source.location.syn]{Header \tcode{<source_location>} synopsis}
31553155

3156+
\pnum
31563157
The header \libheaderdef{source_location} defines
31573158
the class \tcode{source_location}
31583159
that provides a means to obtain source location information.

source/utilities.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21076,6 +21076,7 @@
2107621076
\tcode{i < size_ ?\ data_[i] :\ basic_format_arg<Context>()}.
2107721077
\end{itemdescr}
2107821078

21079+
\pnum
2107921080
\begin{note}
2108021081
Implementations are encouraged
2108121082
to optimize the representation of \tcode{basic_format_args}

0 commit comments

Comments
 (0)