Skip to content

Commit a35fb3e

Browse files
committed
[util.smartptr.shared.create] Fix macro application
1 parent 355a20b commit a35fb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9761,9 +9761,9 @@
97619761
\indexlibrary{\idxcode{allocate_shared}}%
97629762
\begin{itemdecl}
97639763
template<class T, ...>
9764-
shared_ptr<T> make_shared(\placeholder{args});
9764+
shared_ptr<T> make_shared(@\placeholdernc{args}@);
97659765
template<class T, class A, ...>
9766-
shared_ptr<T> allocate_shared(const A& a, \placeholder{args});
9766+
shared_ptr<T> allocate_shared(const A& a, @\placeholdernc{args}@);
97679767
\end{itemdecl}
97689768

97699769
\begin{itemdescr}

0 commit comments

Comments
 (0)