Skip to content

Commit bc293b7

Browse files
committed
[allocator.adaptor.members] Add space after comma.
1 parent efc600e commit bc293b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12564,7 +12564,7 @@
1256412564
\indexlibrary{\idxcode{construct}!\idxcode{scoped_allocator_adaptor}}%
1256512565
\begin{itemdecl}
1256612566
template <class T1, class T2, class... Args1, class... Args2>
12567-
void construct(pair<T1, T2>* p,piecewise_construct_t,
12567+
void construct(pair<T1, T2>* p, piecewise_construct_t,
1256812568
tuple<Args1...> x, tuple<Args2...> y);
1256912569
\end{itemdecl}
1257012570

0 commit comments

Comments
 (0)