Skip to content

Commit 7c3c912

Browse files
committed
Fixup: add index entries for new functions
1 parent dfe58b9 commit 7c3c912

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/utilities.tex

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7225,6 +7225,7 @@
72257225
is not deduced and must therefore be specified explicitly by the caller.
72267226
\end{note}
72277227

7228+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
72287229
\begin{itemdecl}
72297230
template <class T, class Alloc, class... Args>
72307231
auto uses_allocator_construction_args(const Alloc& alloc, Args&&... args) -> @\seebelow@;
@@ -7266,6 +7267,7 @@
72667267
\end{note}
72677268
\end{itemdescr}
72687269

7270+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
72697271
\begin{itemdecl}
72707272
template <class T, class Alloc, class Tuple1, class Tuple2>
72717273
auto uses_allocator_construction_args(const Alloc\& alloc, piecewise_construct_t,
@@ -7293,6 +7295,7 @@
72937295
\end{codeblock}
72947296
\end{itemdescr}
72957297

7298+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
72967299
\begin{itemdecl}
72977300
template <class T, class Alloc>
72987301
auto uses_allocator_construction_args(const Alloc& alloc) -> @\seebelow@;
@@ -7312,6 +7315,7 @@
73127315
\end{codeblock}
73137316
\end{itemdescr}
73147317

7318+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
73157319
\begin{itemdecl}
73167320
template <class T, class Alloc, class U, class V>
73177321
auto uses_allocator_construction_args(const Alloc& alloc, U&& u, V&& v) -> @\seebelow@;
@@ -7331,6 +7335,7 @@
73317335
\end{codeblock}
73327336
\end{itemdescr}
73337337

7338+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
73347339
\begin{itemdecl}
73357340
template <class T, class Alloc, class U, class V>
73367341
auto uses_allocator_construction_args(const Alloc& alloc, const pair<U,V>& pr) -> @\seebelow@;
@@ -7350,6 +7355,7 @@
73507355
\end{codeblock}
73517356
\end{itemdescr}
73527357

7358+
\indexlibrary{\idxcode{uses_allocator_construction_args}}%
73537359
\begin{itemdecl}
73547360
template <class T, class Alloc, class U, class V>
73557361
auto uses_allocator_construction_args(const Alloc& alloc, pair<U,V>&& pr) -> @\seebelow@;
@@ -7369,6 +7375,7 @@
73697375
\end{codeblock}
73707376
\end{itemdescr}
73717377

7378+
\indexlibrary{\idxcode{make_obj_using_allocator}}%
73727379
\begin{itemdecl}
73737380
template <class T, class Alloc, class... Args>
73747381
T make_obj_using_allocator(const Alloc& alloc, Args&&... args);
@@ -7384,6 +7391,7 @@
73847391
\end{codeblock}
73857392
\end{itemdescr}
73867393

7394+
\indexlibrary{\idxcode{uninitialized_construct_using_allocator}}%
73877395
\begin{itemdecl}
73887396
template <class T, class Alloc, class... Args>
73897397
T* uninitialized_construct_using_allocator(T* p, const Alloc& alloc, Args&&... args);

0 commit comments

Comments
 (0)