Skip to content

Commit 7d13676

Browse files
Eelisjwakely
authored andcommitted
[std] Add missing \pnums.
1 parent 2df317b commit 7d13676

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
@@ -10618,6 +10618,7 @@
1061810618
\end{itemdecl}
1061910619

1062010620
\begin{itemdescr}
10621+
\pnum
1062110622
\effects
1062210623
Equivalent to:
1062310624
\begin{codeblock}

source/atomics.tex

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

13731373
\begin{itemdescr}
1374+
\pnum
13741375
\effects
13751376
Equivalent to:
13761377
\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
@@ -1533,6 +1533,7 @@
15331533

15341534
\rSec1[depr.tuple]{Tuple}
15351535

1536+
\pnum
15361537
The header \libheaderref{tuple} has the following additions:
15371538

15381539
\begin{codeblock}
@@ -2675,6 +2676,7 @@
26752676

26762677
\rSec2[depr.atomics.volatile]{Volatile access}
26772678

2679+
\pnum
26782680
If an atomic specialization has one of the following overloads,
26792681
then that overload participates in overload resolution
26802682
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
@@ -1457,6 +1457,7 @@
14571457

14581458
\rSec2[bit.rotate]{Rotating}
14591459

1460+
\pnum
14601461
In the following descriptions,
14611462
let \tcode{N} denote \tcode{numeric_limits<T>::digits}.
14621463

source/support.tex

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

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

3132+
\pnum
31323133
The header \libheaderdef{source_location} defines
31333134
the class \tcode{source_location}
31343135
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
@@ -21014,6 +21014,7 @@
2101421014
\tcode{i < size_ ?\ data_[i] :\ basic_format_arg<Context>()}.
2101521015
\end{itemdescr}
2101621016

21017+
\pnum
2101721018
\begin{note}
2101821019
Implementations are encouraged
2101921020
to optimize the representation of \tcode{basic_format_args}

0 commit comments

Comments
 (0)