|
1213 | 1213 | \mandates
|
1214 | 1214 | The following are all \tcode{true}:
|
1215 | 1215 | \begin{itemize}
|
1216 |
| -\item \tcode{is_constructible_v<decay_t<F>,F>}, |
| 1216 | +\item \tcode{is_constructible_v<decay_t<F>, F>}, |
1217 | 1217 | \item \tcode{(is_constructible_v<decay_t<Args>, Args> \&\& ...)},
|
1218 | 1218 | \item \tcode{is_move_constructible_v<decay_t<F>>},
|
1219 | 1219 | \item \tcode{(is_move_constructible_v<decay_t<Args>> \&\& ...)}, and
|
|
1545 | 1545 | \mandates
|
1546 | 1546 | The following are all \tcode{true}:
|
1547 | 1547 | \begin{itemize}
|
1548 |
| -\item \tcode{is_constructible<decay_t<F>, F>}, |
1549 |
| -\item \tcode{(is_constructible<decay_t<Args>, Args> \&\& ...)}, |
1550 |
| -\item \tcode{is_move_constructible<decay_t<F>>}, |
1551 |
| -\item \tcode{(is_move_constructible<decay_t<Args>> \&\& ...)}, and |
| 1548 | +\item \tcode{is_constructible_v<decay_t<F>, F>}, |
| 1549 | +\item \tcode{(is_constructible_v<decay_t<Args>, Args> \&\& ...)}, |
| 1550 | +\item \tcode{is_move_constructible_v<decay_t<F>>}, |
| 1551 | +\item \tcode{(is_move_constructible_v<decay_t<Args>> \&\& ...)}, and |
1552 | 1552 | \item \tcode{is_invocable_v<decay_t<F>, decay_t<Args>...> ||} \\ \tcode{is_invocable_v<decay_t<F>, stop_token, decay_t<Args>...>}.
|
1553 | 1553 | \end{itemize}
|
1554 | 1554 |
|
|
7063 | 7063 | \mandates
|
7064 | 7064 | The following are all \tcode{true}:
|
7065 | 7065 | \begin{itemize}
|
7066 |
| -\item \tcode{is_constructible<decay_t<F>, F>}, |
7067 |
| -\item \tcode{(is_constructible<decay_t<Args>, Args> \&\&...)}, |
7068 |
| -\item \tcode{is_move_constructible<decay_t<F>>}, |
7069 |
| -\item \tcode{(is_move_constructible<decay_t<Args>> \&\&...)}, and |
| 7066 | +\item \tcode{is_constructible_v<decay_t<F>, F>}, |
| 7067 | +\item \tcode{(is_constructible_v<decay_t<Args>, Args> \&\&...)}, |
| 7068 | +\item \tcode{is_move_constructible_v<decay_t<F>>}, |
| 7069 | +\item \tcode{(is_move_constructible_v<decay_t<Args>> \&\&...)}, and |
7070 | 7070 | \item \tcode{is_invocable_v<decay_t<F>, decay_t<Args>...>}.
|
7071 | 7071 | \end{itemize}
|
7072 | 7072 |
|
|
0 commit comments