Skip to content

Commit 5dcd7ee

Browse files
committed
LWG4425 CTAD function_ref of data member pointer should produce noexcept signature
Fixes NB PL-005 (C++26 CD).
1 parent 01a5886 commit 5dcd7ee

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
@@ -15350,7 +15350,7 @@
1535015350
in which case
1535115351
let \tcode{R} be \tcode{invoke_result_t<F, T\&>},
1535215352
\tcode{A...} be an empty pack, and
15353-
\tcode{E} be \tcode{false}, or
15353+
\tcode{E} be \tcode{true}, or
1535415354
\item
1535515355
\tcode{F} is of the form
1535615356
\tcode{R(*)(G, A...) noexcept(E)} for a type \tcode{G}.

0 commit comments

Comments
 (0)