Skip to content

Commit 722bd4f

Browse files
jensmaurertkoeppe
authored andcommitted
[util.smartptr.shared.cmp] Fix missing right parenthesis
Fixes NB JP 025 (C++23 DIS).
1 parent b5d6409 commit 722bd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,7 @@
43114311
\pnum
43124312
\returns
43134313
\begin{codeblock}
4314-
compare_three_way()(a.get(), static_cast<typename shared_ptr<T>::element_type*>(nullptr).
4314+
compare_three_way()(a.get(), static_cast<typename shared_ptr<T>::element_type*>(nullptr))
43154315
\end{codeblock}
43164316
\end{itemdescr}
43174317

0 commit comments

Comments
 (0)