Skip to content

Commit 98f7365

Browse files
jensmaurerzygoloid
authored andcommitted
[mem.poly.allocator.mem] Fix syntax for variadic template declaration
Fixes NB JP 009
1 parent 3524cb9 commit 98f7365

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
@@ -11856,7 +11856,7 @@
1185611856

1185711857
\indexlibrarymember{new_object}{polymorphic_allocator}%
1185811858
\begin{itemdecl}
11859-
template<class T, class CtorArgs...>
11859+
template<class T, class... CtorArgs>
1186011860
[[nodiscard]] T* new_object(CtorArgs&&... ctor_args);
1186111861
\end{itemdecl}
1186211862

0 commit comments

Comments
 (0)