Skip to content

Commit cb37a9f

Browse files
committed
LWG4459 Protect get_completion_signatures fold expression from overloaded commas
Fixes US 214-355 (C++26 CD).
1 parent ed48444 commit cb37a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@
19811981
\effects
19821982
Equivalent to:
19831983
\begin{codeblock}
1984-
(get_completion_signatures<@\exposid{child-type}@<Sndr, Is>, @\exposid{FWD-ENV-T}@(Env)...>(), ...);
1984+
((void)get_completion_signatures<@\exposid{child-type}@<Sndr, Is>, @\exposid{FWD-ENV-T}@(Env)...>(), ...);
19851985
\end{codeblock}
19861986

19871987
\pnum

0 commit comments

Comments
 (0)