File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 8506
8506
8507
8507
\pnum
8508
8508
\mandates
8509
- \tcode{G} is a valid value type for \tcode{expected} and the declaration
8509
+ \tcode{G} is a valid template argument
8510
+ for \tcode{unexpected}\iref{expected.un.general} and the declaration
8510
8511
\begin{codeblock}
8511
8512
G g(invoke(std::forward<F>(f), error()));
8512
8513
\end{codeblock}
8537
8538
8538
8539
\pnum
8539
8540
\mandates
8540
- \tcode{G} is a valid value type for \tcode{expected} and the declaration
8541
+ \tcode{G} is a valid template argument
8542
+ for \tcode{unexpected}\iref{expected.un.general} and the declaration
8541
8543
\begin{codeblock}
8542
8544
G g(invoke(std::forward<F>(f), std::move(error())));
8543
8545
\end{codeblock}
9459
9461
9460
9462
\pnum
9461
9463
\mandates
9462
- \tcode{G} is a valid value type for \tcode{expected} and the declaration
9464
+ \tcode{G} is a valid template argument
9465
+ for \tcode{unexpected}\iref{expected.un.general} and the declaration
9463
9466
\begin{codeblock}
9464
9467
G g(invoke(std::forward<F>(f), error()));
9465
9468
\end{codeblock}
9486
9489
9487
9490
\pnum
9488
9491
\mandates
9489
- \tcode{G} is a valid value type for \tcode{expected} and the declaration
9492
+ \tcode{G} is a valid template argument
9493
+ for \tcode{unexpected}\iref{expected.un.general} and the declaration
9490
9494
\begin{codeblock}
9491
9495
G g(invoke(std::forward<F>(f), std::move(error())));
9492
9496
\end{codeblock}
You can’t perform that action at this time.
0 commit comments