Skip to content

Commit 84c3b3a

Browse files
Dawn Perchikzygoloid
authored andcommitted
P1065R2 Constexpr INVOKE
[func.require]pa Added "requirements". [func.bind.bind]p3 Added "of" in "invocation of". [func.bind.bind]p11 Did not italicise "target argument" since it's not a definition or grammar term. (Note that target argument is never defined). [func.bind.bind] Put cv qualifiers on the left of the type, per editorial convention. Fixes #3025.
1 parent 1ca7620 commit 84c3b3a

File tree

2 files changed

+109
-114
lines changed

2 files changed

+109
-114
lines changed

source/support.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,8 @@
582582
\defnlibxname{cpp_lib_constexpr} & \tcode{201811L} &
583583
any C++ library header from \tref{headers.cpp} or
584584
any C++ header for C library facilities from \tref{headers.cpp.c} \\ \rowsep
585+
\defnlibxname{cpp_lib_constexpr_invoke} & \tcode{201907L} &
586+
\tcode{<functional>} \\ \rowsep
585587
\defnlibxname{cpp_lib_constexpr_swap_algorithms} & \tcode{201806L} &
586588
\tcode{<algorithm>} \\ \rowsep
587589
\defnlibxname{cpp_lib_constexpr_dynamic_alloc} & \tcode{201907L} &

0 commit comments

Comments
 (0)