Skip to content

Commit 0f25dc9

Browse files
committed
LWG4425 CTAD function_ref of data member pointer should produce noexcept signature
Fixes NB PL-005 (C++26 CD).
1 parent 05d3236 commit 0f25dc9

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

0 commit comments

Comments
 (0)