File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,10 @@ <h1>Effect of execution policies on algorithm execution</h1>
120
120
resources.
121
121
</ cxx-note >
122
122
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
+ -->
125
127
< del2 >
126
128
< p >
127
129
< 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>
138
140
< code > operator[]</ code > is race-free.
139
141
</ cxx-note >
140
142
</ del2 >
141
- <!-- end of potentially-incorrectly removed section -->
142
143
143
144
< p >
144
145
Algorithms invoked with an execution policy object of type < code > execution_policy</ code >
You can’t perform that action at this time.
0 commit comments