Skip to content

Commit a27684a

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

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

0 commit comments

Comments
 (0)