Skip to content

Commit 1da2a2e

Browse files
burblebeetkoeppe
authored andcommitted
LWG4459 Protect get_completion_signatures fold expression from overloaded commas
Fixes NB US 214-355 (C++26 CD).
1 parent 641d222 commit 1da2a2e

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
@@ -1977,7 +1977,7 @@
19771977
\effects
19781978
Equivalent to:
19791979
\begin{codeblock}
1980-
(get_completion_signatures<@\exposid{child-type}@<Sndr, Is>, @\exposid{FWD-ENV-T}@(Env)...>(), ...);
1980+
((void)get_completion_signatures<@\exposid{child-type}@<Sndr, Is>, @\exposid{FWD-ENV-T}@(Env)...>(), ...);
19811981
\end{codeblock}
19821982

19831983
\pnum

0 commit comments

Comments
 (0)