Skip to content

Commit 51d8e67

Browse files
committed
Fix typo in P/R (Replace > b <)
1 parent 3125961 commit 51d8e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4241.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ template&lt;input_iterator I, sentinel_for&lt;I&gt; S, class Proj = identity,
8383
ranges::for_each(I first, S last, Fun f, Proj proj = {});
8484
template&lt;input_range R, class Proj = identity,
8585
<del>indirectly_unary_invocable&lt;projected&lt;iterator_t&lt;R&gt;, Proj&gt;&gt;</del><ins>move_constructible</ins> Fun&gt;
86-
<ins>requires invocable&lt;Fun&amp;, iter_reference_t&lt;projected&lt;iterator_t&gt;R&gt;, Proj&gt;&gt;&gt;</ins>
86+
<ins>requires invocable&lt;Fun&amp;, iter_reference_t&lt;projected&lt;iterator_t&lt;R&gt;, Proj&gt;&gt;&gt;</ins>
8787
constexpr ranges::for_each_result&lt;borrowed_iterator_t&lt;R&gt;, Fun&gt;
8888
ranges::for_each(R&amp;&amp; r, Fun f, Proj proj = {});
8989
</pre>

0 commit comments

Comments
 (0)