Skip to content

Commit 58a3d95

Browse files
committed
fixup: indexing
1 parent 4e15644 commit 58a3d95

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

source/threads.tex

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3817,6 +3817,12 @@
38173817

38183818
\indexlibrarymember{fetch_add}{atomic_ref<\placeholder{floating-point-type}>}%
38193819
\indexlibrarymember{fetch_sub}{atomic_ref<\placeholder{floating-point-type}>}%
3820+
\indexlibrarymember{fetch_fmaximum}{atomic_ref<\placeholder{floating-point-type}>}%
3821+
\indexlibrarymember{fetch_fminimum}{atomic_ref<\placeholder{floating-point-type}>}%
3822+
\indexlibrarymember{fetch_fmaximum_num}{atomic_ref<\placeholder{floating-point-type}>}%
3823+
\indexlibrarymember{fetch_fminimum_num}{atomic_ref<\placeholder{floating-point-type}>}%
3824+
\indexlibrarymember{fetch_max}{atomic_ref<\placeholder{floating-point-type}>}%
3825+
\indexlibrarymember{fetch_min}{atomic_ref<\placeholder{floating-point-type}>}%
38203826
\begin{itemdecl}
38213827
constexpr value_type fetch_@\placeholdernc{key}@(value_type operand,
38223828
memory_order order = memory_order::seq_cst) const noexcept;
@@ -5090,6 +5096,12 @@
50905096
\indexlibraryglobal{atomic_fetch_sub_explicit}%
50915097
\indexlibrarymember{fetch_add}{atomic<\placeholder{floating-point-type}>}%
50925098
\indexlibrarymember{fetch_sub}{atomic<\placeholder{floating-point-type}>}%
5099+
\indexlibrarymember{fetch_fmaximum}{atomic<\placeholder{floating-point-type}>}%
5100+
\indexlibrarymember{fetch_fminimum}{atomic<\placeholder{floating-point-type}>}%
5101+
\indexlibrarymember{fetch_fmaximum_num}{atomic<\placeholder{floating-point-type}>}%
5102+
\indexlibrarymember{fetch_fminimum_num}{atomic<\placeholder{floating-point-type}>}%
5103+
\indexlibrarymember{fetch_max}{atomic<\placeholder{floating-point-type}>}%
5104+
\indexlibrarymember{fetch_min}{atomic<\placeholder{floating-point-type}>}%
50935105
\begin{itemdecl}
50945106
T fetch_@\placeholdernc{key}@(T operand, memory_order order = memory_order::seq_cst) volatile noexcept;
50955107
constexpr T fetch_@\placeholdernc{key}@(T operand, memory_order order = memory_order::seq_cst) noexcept;

0 commit comments

Comments
 (0)