Skip to content

Commit cb8374f

Browse files
committed
Update a comment explaining why a section was deleted.
1 parent 9e033f9 commit cb8374f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

algorithms.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ <h1>Effect of execution policies on algorithm execution</h1>
120120
resources.
121121
</cxx-note>
122122

123-
<!-- TODO: LWG suggested removing it, I suspect this is a mistake based on the incorrect
124-
understanding that it is already covered elsewhere -->
123+
<!-- Update 6/20/14: this is OK: this is covered in N4063:
124+
"All operations of the categories of the iterators that the algorithm is instantiated with"
125+
So there is no problem, deletion is OK.
126+
-->
125127
<del2>
126128
<p>
127129
<ins2>A</ins2> parallel algorithm invoked with an execution policy object of type
@@ -138,7 +140,6 @@ <h1>Effect of execution policies on algorithm execution</h1>
138140
<code>operator[]</code> is race-free.
139141
</cxx-note>
140142
</del2>
141-
<!-- end of potentially-incorrectly removed section -->
142143

143144
<p>
144145
Algorithms invoked with an execution policy object of type <code>execution_policy</code>

0 commit comments

Comments
 (0)