Skip to content

Commit 4c8f24b

Browse files
Eelistkoeppe
authored andcommitted
[std] Add missing \pnums.
1 parent 54fb8be commit 4c8f24b

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
@@ -10628,6 +10628,7 @@
1062810628
\end{itemdecl}
1062910629

1063010630
\begin{itemdescr}
10631+
\pnum
1063110632
\effects
1063210633
Equivalent to:
1063310634
\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
@@ -3137,6 +3137,7 @@
31373137

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

3140+
\pnum
31403141
The header \libheaderdef{source_location} defines
31413142
the class \tcode{source_location}
31423143
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
@@ -21015,6 +21015,7 @@
2101521015
\tcode{i < size_ ?\ data_[i] :\ basic_format_arg<Context>()}.
2101621016
\end{itemdescr}
2101721017

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

0 commit comments

Comments
 (0)