We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04852a4 commit c9efc73Copy full SHA for c9efc73
xml/issue4418.xml
@@ -69,8 +69,8 @@ std::generator<std::vector<int>> g()
69
}
70
</pre></blockquote>
71
<p>
72
-The constrains are equivalent to checking if `yield_value(*it)` is well-formed,
73
-and maybe we could express is directly as.
+The constraints are equivalent to checking if `yield_value(*it)` is well-formed,
+and maybe we could express is directly as:
74
</p>
75
<blockquote><pre>
76
requires requires (promise_type p, ranges::iterator_t<R> it) {
0 commit comments